| 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 |
Transition.getOriginState() |
State |
StateMachine.getState(int stateID) |
State |
Transition.getTargetState() |
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.setOriginState(State originState) |
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–2016 CRISTAL-iSE. All rights reserved.