| Package | Description |
|---|---|
| org.cristalise.kernel.lifecycle.instance.stateMachine |
| Modifier and Type | Method and Description |
|---|---|
State |
StateMachine.createState(String name)
Factory method to create a new State for the given name.
|
State |
StateMachine.getInitialState() |
State |
StateMachine.getState(int stateID) |
State |
StateMachine.getState(String name) |
State |
StateMachine.traverse(Activity act,
Transition transition,
AgentPath agent) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<State> |
StateMachine.getStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.setInitialState(State initialState) |
void |
Transition.setTargetState(State targetState) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Transition.resolveStates(HashMap<Integer,State> states) |
void |
StateMachine.setStates(ArrayList<State> newStates) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.