Uses of Class
org.cristalise.kernel.lifecycle.instance.stateMachine.State
Packages that use State
-
Uses of State in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that return StateModifier and TypeMethodDescriptionStateMachine.createState(String name) Factory method to create a new State for the given name.StateMachine.getInitialState()StateMachine.getState(int stateID) StateMachine.traverse(Activity act, Transition transition, AgentPath agent) Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that return types with arguments of type StateMethods in org.cristalise.kernel.lifecycle.instance.stateMachine with parameters of type StateModifier and TypeMethodDescriptionvoidStateMachine.setInitialState(State initialState) voidTransition.setTargetState(State targetState) Method parameters in org.cristalise.kernel.lifecycle.instance.stateMachine with type arguments of type State