Uses of Class
org.biojava.bio.program.tagvalue.StateMachine.TransitionTable
Packages that use StateMachine.TransitionTable
Package
Description
Process files as streams of records, each with tags with values.
-
Uses of StateMachine.TransitionTable in org.biojava.bio.program.tagvalue
Methods in org.biojava.bio.program.tagvalue that return StateMachine.TransitionTableModifier and TypeMethodDescriptionStateMachine.createTransitionTable()StateMachine.BasicState.getTransitionTable()retrieve the TransitionTable for this State.Methods in org.biojava.bio.program.tagvalue with parameters of type StateMachine.TransitionTableModifier and TypeMethodDescriptionvoidStateMachine.BasicState.setDefaultTransitions(StateMachine.TransitionTable defaultTransitions) specify fallback TransitionTable for this StatevoidStateMachine.TransitionTable.setFallback(StateMachine.TransitionTable fallback) set the specified TransitionTable to be looked looked up if the Transition cannot be found in this one.