IStateConfigurationVisitor Interface |
Namespace: StaMa
The IStateConfigurationVisitor type exposes the following members.
Name | Description | |
---|---|---|
BeginSubStates |
Will be called before enumerating the active states of the sub-regions of a composite state.
| |
EndSubStates |
Will be called after the active states of the sub-regions of a composite state were enumerated.
| |
NextSubState |
Will be called after enumerating the active state of the sub-region of a composite state.
| |
State |
Will be called for every well-defined state of a StateConfiguration.
| |
StateAny |
Will be called when the active state in a StateConfiguration is not specified for a particular Region.
|
The members of this interface are successively called when passing the interface to the StateConfiguration.PassThrough(IStateConfigurationVisitor) method.
An implementation of this interface creates the result of the ToString method.