Uses of Interface
io.ciera.runtime.api.domain.StateMachine
Packages that use StateMachine
-
Uses of StateMachine in io.ciera.runtime.api.exceptions
Methods in io.ciera.runtime.api.exceptions that return StateMachineConstructors in io.ciera.runtime.api.exceptions with parameters of type StateMachineModifierConstructorDescriptionInstanceStateMachineActionException
(String message, Throwable cause, StateMachine stateMachine, Enum<?> currentState, DynamicObjectInstance instance, Event receivedEvent) StateMachineActionException
(String message, Throwable cause, StateMachine stateMachine, Enum<?> currentState, EventTarget target, Event receivedEvent)