Uses of Class
org.biojava.bio.program.tagvalue.StateMachine.Transition
-
Packages that use StateMachine.Transition Package Description org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values. -
-
Uses of StateMachine.Transition in org.biojava.bio.program.tagvalue
Methods in org.biojava.bio.program.tagvalue that return StateMachine.Transition Modifier and Type Method Description StateMachine.TransitionStateMachine.TransitionTable. get(Object tag)get the Transition associated with the specified tag.Methods in org.biojava.bio.program.tagvalue with parameters of type StateMachine.Transition Modifier and Type Method Description voidStateMachine.TransitionTable. put(Object tag, StateMachine.Transition transition)set a Transition within this TransitionTable (2-argument form)
-