Uses of Interface
org.biojava.bio.program.tagvalue.StateMachine.State
-
Packages that use StateMachine.State Package Description org.biojava.bio.program.tagvalue 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.State Modifier and Type Class Description classStateMachine.BasicStateImplementation of a State in a state machineFields in org.biojava.bio.program.tagvalue declared as StateMachine.State Modifier and Type Field Description StateMachine.StateStateMachine.Transition. destinationthe terminus of this TransitionMethods in org.biojava.bio.program.tagvalue that return StateMachine.State Modifier and Type Method Description StateMachine.StateStateMachine. getState(String label)Methods in org.biojava.bio.program.tagvalue with parameters of type StateMachine.State Modifier and Type Method Description voidStateMachine.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)
-