StateDiagram¶
-
class
Cocotec.CocoPlatform.Coco.StateDiagram
¶ Represents a state machine diagram.
Properties
-
string
DotDiagram
{ }¶ Get a textual ‘dot’ representation of the state diagram.
-
List<List<Cocotec.CocoPlatform.Coco.Node>>
Elements
{ }¶ Get mapping of dot/SVG graph element IDs to lists of AST Nodes they represent. A single dot graph element can represent multiple AST Nodes, for instance one edge can represent multiple transitions. The indexes in the vector are dot/SVG element IDs.
-
string