A state machine implementation that can be used to manage complex
state and transitions.
Namespace: yWorks.SupportAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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