com.googlecode.jinahya.util.fsm
Interface TransitionMatcher


public interface TransitionMatcher

Interface for matching a transition.

Author:
Jin Kwon

Method Summary
 boolean matches(Transition transition)
          Matches given transition.
 

Method Detail

matches

boolean matches(Transition transition)
Matches given transition.

Parameters:
transition - the transition to match
Returns:
true if matches; false otherwise


Copyright © 2011. All Rights Reserved.