|
Class Summary |
| DefaultFlowStep |
A default implementation of FlowStep. |
| DefaultStepFlowContext |
A default implementation of StepFlowContext. |
| ReadOnlyFlowStep |
A read-only implementation of FlowStep. |
| StepMatrix |
Allowed routes between template flows and their steps are defined by
BitSet matrix of size (n+1)*(n+1), where n is the number of
steps in a flow. |
| StepStateEvent |
Events of this type are sent to an object that implements the
StepStateListener interface and is registered to a
Step instance when the state, property or transition of the
step changes. |