| StateMachineTemplate Class |
Namespace: StaMa
The StateMachineTemplate type exposes the following members.
| Name | Description | |
|---|---|---|
| StateMachineTemplate |
Initializes a new instance of the StateMachineTemplate class.
| |
| StateMachineTemplate(StateMachineOptions) |
Initializes a new instance of the StateMachineTemplate class with specific options.
|
| Name | Description | |
|---|---|---|
| ConcurrencyDegree |
Gets the maximum number of concurrent transitions possible for a single trigger event.
| |
| HistoryMax |
Gets the number of history storage slots necessary within a StateMachine instance.
| |
| Root |
Gets the root Region instance of this StateMachineTemplate instance.
| |
| SerializationSignatureGenerator |
Gets or sets a method that calculates a hash signature from a String that uniquely describes the state machine structure.
| |
| Signature |
Gets a hash signature for the state machine structure.
| |
| StateConfigurationMax |
Gets the length of the state array within a StateConfiguration instance.
| |
| StateMachineOptions |
Gets the option flags for the state machine.
|