org.biojava.bio.program.tagvalue
Class StateMachine.Transition
java.lang.Object
org.biojava.bio.program.tagvalue.StateMachine.Transition
- Enclosing class:
- StateMachine
public class StateMachine.Transition
- extends Object
class to represent a State Transition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destination
public StateMachine.State destination
- the terminus of this Transition
notifyOnExit
public boolean notifyOnExit
- should the State listener be notified
that this transition is leaving the state.