public interface TransitionMatcher
| Modifier and Type | Field and Description |
|---|---|
static TransitionMatcher |
NO
A matcher simply doesn't match.
|
static TransitionMatcher |
YES
A matcher 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.transition - the transition to matchCopyright © 2011-2012. All Rights Reserved.