Uses of Class
org.antublue.test.engine.internal.statemachine.StateMachine
Packages that use StateMachine
-
Uses of StateMachine in org.antublue.test.engine.internal.statemachine
Methods in org.antublue.test.engine.internal.statemachine that return StateMachineModifier and TypeMethodDescriptionStateMachine.addTransition(S state, Transition<S> transition) Method to add a state transitionMethods in org.antublue.test.engine.internal.statemachine with parameters of type StateMachineModifier and TypeMethodDescriptionvoidTransition.execute(StateMachine<S> stateMachine) Method to execute the transition