A region is a container of vertices (states and pseudo states) within a state machine model.
Creates a new instance of the Region class.
The name of the region.
The parent state of this region.
Accepts a visitor and calls back its visitRegion method and cascade to child vertices.
The visitor to call back.
Returns the element in string form; the fully qualified name of the element.
Generated using TypeDoc
A region is a container of vertices (states and pseudo states) within a state machine model.