Download state.cs
Description
UML based hierarchical finite state machines for .NET
Source Files
The download file state.zip has the following entries.
.gitignore// w ww. j av a2s .co m
CONTRIBUTING.md
LICENCE.md
README.md
doc/API.pdf
examples/App.config
examples/Player.cs
examples/State.cs
images/statemachineandtree.png
src/CompositeState.cs
src/Element.cs
src/FinalState.cs
src/IState.cs
src/ITransition.cs
src/OrthogonalState.cs
src/Path.cs
src/PseudoState.cs
src/PseudoStateKind.cs
src/Region.cs
src/SimpleState.cs
src/StateMachine.cs
src/Transition.Else.cs
src/Transition.cs
tests/App.config
tests/History/Shallow.cs
tests/Program.cs
tests/State.cs
tests/Transitions/Completion.cs
tests/Transitions/External.cs
Download
Click the following link to download state.zip.
state.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »