public abstract class AbstractTask extends Object implements Task
| Constructor and Description |
|---|
AbstractTask(TransitionMatcher... matchers)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Transition transition)
Checks if given
transition matches to any of target
matchers. |
public AbstractTask(TransitionMatcher... matchers)
matchers - transition matcherspublic boolean matches(Transition transition)
Tasktransition matches to any of target
matchers.Copyright © 2011-2012. All Rights Reserved.