|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TransitionMatcher in com.googlecode.jinahya.util.fsm |
|---|
| Methods in com.googlecode.jinahya.util.fsm with parameters of type TransitionMatcher | |
|---|---|
boolean |
Transition.matchesAll(TransitionMatcher... matchers)
checks if this transition matches all of given matchers. |
boolean |
Transition.matchesAny(TransitionMatcher... matchers)
Checks if this transition matches any of given matchers. |
| Method parameters in com.googlecode.jinahya.util.fsm with type arguments of type TransitionMatcher | |
|---|---|
boolean |
Transition.matchesAll(List<TransitionMatcher> matchers)
Checks if this transition matches all of given matchers. |
boolean |
Transition.matchesAny(List<TransitionMatcher> matchers)
Checks if this transition matches any of given matchers. |
| Constructors in com.googlecode.jinahya.util.fsm with parameters of type TransitionMatcher | |
|---|---|
SimpleTask(String id,
TransitionMatcher[] matchers)
Creates a new instance. |
|
SwitchTask(String id,
TransitionMatcher[] onMatchers,
TransitionMatcher[] offMatchers)
Creates a new instance. |
|
SwitchTask(String id,
TransitionMatcher[] onMatchers,
TransitionMatcher[] offMatchers)
Creates a new instance. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||