- java.lang.Object
-
- io.github.interacto.fsm.OutputStateImpl<E>
-
- io.github.interacto.fsm.InitState<E>
-
- All Implemented Interfaces:
OutputState<E>,State<E>
public class InitState<E> extends OutputStateImpl<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 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
-
-
-
-
Method Detail
-
exit
public void exit() throws CancelFSMException- Throws:
CancelFSMException
-
-