- getArguments() - Method in interface ch.bbv.fsm.dsl.MethodCall
-
Returns an array of arguments of the method.
- getEventArguments() - Method in interface ch.bbv.fsm.events.TransitionEventArgs
-
Returns the event arguments.
- getEventId() - Method in interface ch.bbv.fsm.events.TransitionEventArgs
-
Returns the event id of the transition.
- getException() - Method in interface ch.bbv.fsm.events.ExceptionEventArgs
-
Returns the exception.
- getException() - Method in interface ch.bbv.fsm.events.TransitionExceptionEventArgs
-
Returns the exception thrown during the execution of a transition.
- getMethod() - Method in interface ch.bbv.fsm.dsl.MethodCall
-
Returns the method definition.
- getNewStateId() - Method in interface ch.bbv.fsm.events.TransitionCompletedEventArgs
-
Gets the new state id the state machine is in after the transition.
- getOwner() - Method in interface ch.bbv.fsm.dsl.MethodCall
-
Returns the owner instance of the method.
- getStateId() - Method in interface ch.bbv.fsm.events.TransitionEventArgs
-
Returns the id of the source state of the transition.
- goTo(TState) - Method in interface ch.bbv.fsm.dsl.EventActionSyntax
-
Defines where to go in response to an event.
- goTo(TState) - Method in interface ch.bbv.fsm.dsl.GotoSyntax
-
Defines where to go in response to an event.
- GotoSyntax<TState,TEvent> - Interface in ch.bbv.fsm.dsl
-
- GuardMethod - Annotation Type in ch.bbv.fsm.annotation
-
- GuardSyntax<TState,TEvent> - Interface in ch.bbv.fsm.dsl
-