Appccelerate.StateMachine
2.12.0
dotnet add package Appccelerate.StateMachine --version 2.12.0
NuGet\Install-Package Appccelerate.StateMachine -Version 2.12.0
<PackageReference Include="Appccelerate.StateMachine" Version="2.12.0" />
paket add Appccelerate.StateMachine --version 2.12.0
#r "nuget: Appccelerate.StateMachine, 2.12.0"
// Install Appccelerate.StateMachine as a Cake Addin #addin nuget:?package=Appccelerate.StateMachine&version=2.12.0 // Install Appccelerate.StateMachine as a Cake Tool #tool nuget:?package=Appccelerate.StateMachine&version=2.12.0
Hierarchical state machine with fluent definition syntax
Features:
states and events can be defined with enums, strings or ints - resulting in single class state machines,
actions on transitions, entry and exit actions, transition guards,
hierarchical with different history behaviors to initialize state always to same state or last active state,
fluent definition interface,
synchronous/asynchronous state machine (passive state machine handles state transitions synchronously, active state machine handles state transitions asynchronously on the worker thread of the state machine),
extensible thorough logging,
state machine report for description of state machine (csv, yEd)
Learn more about Target Frameworks and .NET Standard.
-
- Appccelerate.Fundamentals (>= 2.8.0 && < 3.0.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.12.0 | 1,338 | 1/14/2015 |
2.7.0 | 732 | 10/6/2014 |
2.1.0 | 874 | 1/20/2014 |
1.0.84 | 368 | 5/31/2013 |
1.0.83 | 116 | 5/31/2013 |
1.0.44 | 281 | 10/28/2012 |
1.0.29 | 120 | 6/15/2012 |
1.0.25-alpha | 96 | 6/12/2012 |
1.0.24-alpha | 95 | 4/5/2012 |
1.0.21-alpha | 63 | 3/21/2012 |