| Modifier and Type | Field and Description |
|---|---|
static TransitionMatcher |
TransitionMatcher.NO
A matcher simply doesn't match.
|
static TransitionMatcher |
TransitionMatcher.YES
A matcher simply matches.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
AbstractTask(TransitionMatcher... matchers)
Creates a new instance.
|
SwitchTask(TransitionMatcher[] onMatchers,
TransitionMatcher... offMatchers)
Creates a new instance.
|
SwitchTask(TransitionMatcher[] onMatchers,
TransitionMatcher... offMatchers)
Creates a new instance.
|
Copyright © 2011-2012. All Rights Reserved.