Uses of Class
io.github.interacto.fsm.Transition
-
Packages that use Transition Package Description io.github.interacto.fsm -
-
Uses of Transition in io.github.interacto.fsm
Subclasses of Transition in io.github.interacto.fsm Modifier and Type Class Description classSubFSMTransition<E>A transition that refers to another FSM.classTimeoutTransition<E>A timeout transition is an FSM transition that is not executed by an event: the FSM goes through such a transition on a timeout.classWidgetTransition<E,T>This transition must be used to use a widget within an interaction.Fields in io.github.interacto.fsm with type parameters of type Transition Modifier and Type Field Description protected List<Transition<E>>OutputStateImpl. transitionsMethods in io.github.interacto.fsm that return types with arguments of type Transition Modifier and Type Method Description List<Transition<E>>OutputState. getTransitions()List<Transition<E>>OutputStateImpl. getTransitions()Methods in io.github.interacto.fsm with parameters of type Transition Modifier and Type Method Description voidOutputState. addTransition(Transition<E> tr)Adds the given transitions to the list of outgoing transitions of the state.voidOutputStateImpl. addTransition(Transition<E> tr)
-