A state machine implementation that can be used to manage complex
state and transitions.
Namespace: yWorks.SupportAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class StateMachine |
| Visual Basic |
|---|
Public Class StateMachine |
Remarks
The machine is built of States and Transitions.
The machine potentially changes its state in response to events.
Inheritance Hierarchy
System..::..Object
yWorks.Support..::..StateMachine
yWorks.Support..::..StateMachine