T - type of State MachineS - type of StateE - type of EventC - type of Contextpublic interface On<T extends StateMachine<T,S,E,C>,S,E,C> extends When<T,S,E,C>
| Modifier and Type | Method and Description |
|---|---|
When<T,S,E,C> |
when(Condition<C> condition)
Add condition for the transition
|
When<T,S,E,C> |
whenMvel(String expression)
Add condition for the transition
|
callMethod, evalMvel, perform, performCopyright © 2013–2016. All rights reserved.