| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
Machine.isAllowed(Transition transition)
Checks if given
transition is allowed. |
protected abstract boolean |
Machine.isFinishing(Transition transition)
Checks if given
transition is an finishing condition. |
protected abstract boolean |
Machine.isStarting(Transition transition)
Checks if given
transition is a starting condition. |
boolean |
TransitionMatcher.matches(Transition transition)
Matches given
transition. |
boolean |
Task.matches(Transition transition)
Checks if given
transition matches to any of target
matchers. |
boolean |
SwitchTask.matches(Transition transition) |
boolean |
AbstractTask.matches(Transition transition) |
void |
Task.perform(Transition transition)
Performs desired actions for given
transition. |
void |
SwitchTask.perform(Transition transition) |
protected abstract void |
SwitchTask.performOff(Transition trasition)
Performs for switched off.
|
protected abstract void |
SwitchTask.performOn(Transition transition)
Performs for switched on.
|
Copyright © 2011-2012. All Rights Reserved.