Uses of Class
org.biojava.bio.program.tagvalue.StateMachine.Transition

Packages that use StateMachine.Transition
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
 StateMachine.Transition StateMachine.TransitionTable.get(java.lang.Object tag)
          get the Transition associated with the specified tag.
 

Methods in org.biojava.bio.program.tagvalue with parameters of type StateMachine.Transition
 void StateMachine.TransitionTable.put(java.lang.Object tag, StateMachine.Transition transition)
          set a Transition within this TransitionTable (2-argument form)