Uses of Interface
com.googlecode.jinahya.util.fsm.TransitionMatcher

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)
          Check 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.
 



Copyright © 2011. All Rights Reserved.