Uses of Interface
org.biojava.bio.program.tagvalue.StateMachine.State
Packages that use StateMachine.State
Package
Description
Process files as streams of records, each with tags with values.
-
Uses of StateMachine.State in org.biojava.bio.program.tagvalue
Classes in org.biojava.bio.program.tagvalue that implement StateMachine.StateModifier and TypeClassDescriptionclassImplementation of a State in a state machineFields in org.biojava.bio.program.tagvalue declared as StateMachine.StateModifier and TypeFieldDescriptionStateMachine.Transition.destinationthe terminus of this TransitionMethods in org.biojava.bio.program.tagvalue that return StateMachine.StateMethods in org.biojava.bio.program.tagvalue with parameters of type StateMachine.StateModifier and TypeMethodDescriptionvoidStateMachine.BasicState.setTransition(Object tag, StateMachine.State destination) set a Transition for this State setting notifyOnExit to false.voidStateMachine.BasicState.setTransition(Object tag, StateMachine.State destination, boolean notifyOnExit) set a Transition for this StatevoidStateMachine.TransitionTable.setTransition(Object tag, StateMachine.State destination, boolean notifyOnExit) set a Transition within this TransitionTable (3-argument form)