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>classTimeoutTransition<E>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)voidOutputStateImpl. addTransition(Transition<E> tr)
-