Called when the visitor starts to visit a pseudo state.
Called when the visitor finished visiting a pseudo state.
Called when the visitor starts to visit a region; before child states are visited.
Called when the visitor finishes visiting a region; after child states are visited.
Called when the visitor starts to visit a state; before child regions are visited.
The state being visited.
Called when the visitor finishes visiting a state; after child regions are visited.
The state being visited.
Generated using TypeDoc
Interface for classes implementing the visitor pattern, used to walk a state machine model structure.