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 TypeClassDescriptionclass
Implementation of a State in a state machineFields in org.biojava.bio.program.tagvalue declared as StateMachine.StateModifier and TypeFieldDescriptionStateMachine.Transition.destination
the 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 TypeMethodDescriptionvoid
StateMachine.BasicState.setTransition
(Object tag, StateMachine.State destination) set a Transition for this State setting notifyOnExit to false.void
StateMachine.BasicState.setTransition
(Object tag, StateMachine.State destination, boolean notifyOnExit) set a Transition for this Statevoid
StateMachine.TransitionTable.setTransition
(Object tag, StateMachine.State destination, boolean notifyOnExit) set a Transition within this TransitionTable (3-argument form)