public interface TransitionMatcher
| Modifier and Type | Field and Description |
|---|---|
static TransitionMatcher |
NO
A TransitionMatcher simply doesn't match.
|
static TransitionMatcher |
YES
A TransitionMatcher simply matches.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Transition transition)
Matches given
transition. |
static final TransitionMatcher YES
static final TransitionMatcher NO
boolean matches(Transition transition)
transition. A
NullPointerException will be thrown if specified
transition is null.transition - the transition to matchCopyright © 2011. All Rights Reserved.