|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StateMachine.State | |
|---|---|
| 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 | |
|---|---|
class |
StateMachine.BasicState
Implementation of a State in a state machine |
| Fields in org.biojava.bio.program.tagvalue declared as StateMachine.State | |
|---|---|
StateMachine.State |
StateMachine.Transition.destination
the terminus of this Transition |
| Methods in org.biojava.bio.program.tagvalue that return StateMachine.State | |
|---|---|
StateMachine.State |
StateMachine.getState(String label)
|
| Methods in org.biojava.bio.program.tagvalue with parameters of type StateMachine.State | |
|---|---|
void |
StateMachine.BasicState.setTransition(Object tag,
StateMachine.State destination)
set a Transition for this State setting notifyOnExit to false. |
void |
StateMachine.TransitionTable.setTransition(Object tag,
StateMachine.State destination,
boolean notifyOnExit)
set a Transition within this TransitionTable (3-argument form) |
void |
StateMachine.BasicState.setTransition(Object tag,
StateMachine.State destination,
boolean notifyOnExit)
set a Transition for this State |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||