Info
Version: | 2.3.1.7 |
Author(s): | Roland Schneider |
Last Update: | Friday, April 22, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://StaMa-StateMachine.github.io/ |
NuGet Url: | https://www.nuget.org/packages/StaMa.StateMachine |
Install
Install-Package StaMa.StateMachine
dotnet add package StaMa.StateMachine
paket add StaMa.StateMachine
StaMa.StateMachine Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
See description on https://StaMa-StateMachine.github.io/StaMa/.
This package includes:
- Portable assembly for .NET Framework 4, Silverlight 5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8 and higher versions.
Runs on Mono.
- Assembly for .NET Micro Framework 4.3
------ Features ------
Fork and join transitions.
Entry-, exit-, do- and transition-actions.
Guard conditions.
Shallow history.
Run-to-completion processing.
Provides Statecharts functionality comparable to SCXML.
Low garbage object creation during runtime.
Free from runtime thread synchronization calls.
Multiple state machine instances can be created from a single state machine definition.
Optional code generation based on Microsoft Visio diagrams.