| Modifier and Type | Method and Description |
|---|---|
Transition |
TransitionContext.getTransition()
Returns transition.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Machine.isAllowed(Transition transition)
Checks if given
transition is allowed. |
protected boolean |
Machine.isFinishing(Transition transition)
Checks if given
transition is an finishing condition. |
protected boolean |
Machine.isStarting(Transition transition)
Checks if given
transition is a starting condition. |
boolean |
TransitionMatcher.matches(Transition transition)
Matches given
transition. |
Copyright © 2011. All Rights Reserved.