|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Guard | |
com.werken.blissed | The blissed process+state framework. |
com.werken.blissed.guard | |
com.werken.blissed.jelly | Jelly tag library. |
Uses of Guard in com.werken.blissed |
Methods in com.werken.blissed that return Guard | |
Guard |
Transition.getGuard()
Retrieve the guard of this transition. |
Methods in com.werken.blissed with parameters of type Guard | |
Transition |
State.addTransition(State destination,
Guard guard,
java.lang.String description)
Create a transition. |
void |
Transition.setGuard(Guard guard)
Set the guard of this transition. |
Uses of Guard in com.werken.blissed.guard |
Classes in com.werken.blissed.guard that implement Guard | |
class |
BooleanGuard
Simple flag-based boolean Guard . |
Uses of Guard in com.werken.blissed.jelly |
Classes in com.werken.blissed.jelly that implement Guard | |
class |
JellyGuard
Transition Guard implemented using a Jelly Script . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |