| Interface | Description |
|---|---|
| ChartElement<DefinitionType extends ElementDefinition> | |
| GatewayTransitionRegistry |
Keeps track of registered
TransitionFactorys. |
| StepController |
Created by Colby on 12/9/2015.
|
| StepElement |
This is the control interface for step elements.
|
| StepFactory |
StepFactorys are responsible for instantiating StepElements;
the interface encapsulating the execution logic of a an SFC step. |
| TransitionElement | |
| TransitionElement.TransitionListener | |
| TransitionFactory |
TransitionFactorys are responsible for instantiating
TransitionElements; the interface encapsulating the execution
logic of an SFC transition. |
| Class | Description |
|---|---|
| AbstractChartElement<DefinitionType extends ElementDefinition> | |
| GatewayStepRegistry |
Keeps track of registered
StepFactorys. |