- java.lang.Object
-
- io.github.interacto.fsm.OutputStateImpl<E>
-
- io.github.interacto.fsm.StdState<E>
-
- All Implemented Interfaces:
InputState<E>,OutputState<E>,State<E>
public class StdState<E> extends OutputStateImpl<E> implements InputState<E>
-
-
Field Summary
Fields Modifier and Type Field Description protected FSM<E>fsmprotected Stringname-
Fields inherited from class io.github.interacto.fsm.OutputStateImpl
transitions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenter()voidexit()FSM<E>getFSM()StringgetName()StringtoString()-
Methods inherited from class io.github.interacto.fsm.OutputStateImpl
addTransition, getTransitions, uninstall
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.interacto.fsm.OutputState
process
-
Methods inherited from interface io.github.interacto.fsm.State
checkStartingState, getFSM, getName, uninstall
-
-
-
-
Method Detail
-
enter
public void enter() throws CancelFSMException- Specified by:
enterin interfaceInputState<E>- Throws:
CancelFSMException
-
exit
public void exit()
- Specified by:
exitin interfaceOutputState<E>
-
-