Modifier and Type | Method and Description |
---|---|
AutomaticState |
Automatic.getCurrentState()
getCurrentState: return the current State.
|
AutomaticState |
Automatic.getState(int pos)
getState: returns the state that is in the indicated position.
|
AutomaticState |
Automatic.getState(java.lang.String name)
getState: Return the state whose name matches the past as parameter.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AutomaticState> |
Automatic.getListState()
getListState: return the list of States.
|
Modifier and Type | Method and Description |
---|---|
void |
Automatic.addListStates(AutomaticState state)
addListStates: add a State to the list of States.
|
void |
Automatic.setCurrentState(AutomaticState currentState)
setCurrentState: set the current State of the system.
|
void |
Automatic.updateListStates(AutomaticState state,
int pos)
updateListStates: update a State to the list of States.
|
Modifier and Type | Method and Description |
---|---|
void |
Automatic.setListState(java.util.ArrayList<AutomaticState> listState)
setListState: set the list of States.
|