Package org.biojava.bio.program.tagvalue
Class StateMachine.Transition
java.lang.Object
org.biojava.bio.program.tagvalue.StateMachine.Transition
- Enclosing class:
StateMachine
class to represent a State Transition
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe terminus of this Transitionboolean
should the State listener be notified that this transition is leaving the state. -
Method Summary
-
Field Details
-
destination
the terminus of this Transition -
notifyOnExit
should the State listener be notified that this transition is leaving the state.
-