DPML
DPML Metro Lifecycle State Descriptor
HomeUtilitiesStationMetro
State Descriptor Element
Description

A state is an immutable datastructure that defines a collection of available transitions, management operations, and possibly initialization or termination triggers. Actionable features of a state are exposed when the state is within the current state path. The current state path is a path composed of the current state, it's parent, parent's patrent, etc. unit the root state is reached. As such, any operations declared within the root state will always be available where operations and/transitions in sub-states will only available if the associated state is present in the state path.

Attributes
name The name of the state (required on sub-states).
terminal If set to 'true' the state will be classified as a terminal state.
Nested Elements
trigger An initialization or termination trigger.
state A nested state.
transition A state transition.
operation A management operation.