StateMachine.State (biojava-legacy 1.9.5 API)
-
- All Known Implementing Classes:
StateMachine.BasicState
- Enclosing class:
- StateMachine
public static interface StateMachine.State
Interface for a State within this StateMachine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()TagValueListenergetListener()voidtransit(Object tag)
-
-
-
Method Detail
-
getListener
TagValueListener getListener()
-
transit
void transit(Object tag) throws ParserException
- Throws:
ParserException
-
-