StateMachineSummary¶
-
class
Cocotec.CocoPlatform.Coco.StateMachineSummary
¶ Exposes - and manages the lifetime of - a state machine summary
Public Functions
-
Cocotec.CocoPlatform.Coco.Node
Node
()¶ The AST node for the state machine
-
bool
IsComponent
()¶ True if this is a component, false if it is a port
-
string
OwnerName
()¶ The name of this component or port
-
string
MachineName
()¶ The name of the state machine
-
List<Cocotec.CocoPlatform.Coco.StateSummary>
States
()¶
-
Cocotec.CocoPlatform.Coco.Node