|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Guard | |
|---|---|
| org.glassfish.pfl.basic.fsm | |
| Uses of Guard in org.glassfish.pfl.basic.fsm |
|---|
| Classes in org.glassfish.pfl.basic.fsm that implement Guard | |
|---|---|
static class |
Guard.Base
|
| Methods in org.glassfish.pfl.basic.fsm that return Guard | |
|---|---|
Guard |
Transition.getGuard()
|
static Guard |
Guard.Base.makeGuard(Guard.Base.Predicate pred)
|
| Methods in org.glassfish.pfl.basic.fsm with parameters of type Guard | |
|---|---|
StateEngine |
StateEngine.add(State oldState,
Input input,
Guard guard,
Action action,
State newState)
Add a new transition (old,in,guard,act,new) to the state engine. |
StateEngine |
StateEngine.add(State oldState,
Set<Input> input,
Guard guard,
Action action,
State newState)
Repeatedly calls add( State, Input, Guard, Action, State ) for each element of input. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||