|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yobotics.simulationconstructionset.util.statemachines.State
com.yobotics.simulationconstructionset.util.statemachines.StateMachineTest.SimpleState
public class StateMachineTest.SimpleState
Constructor Summary | |
---|---|
StateMachineTest.SimpleState(com.yobotics.simulationconstructionset.util.statemachines.StateMachineTest.States stateEnum,
int stateID,
java.util.ArrayList<java.lang.Double> listOfActions)
|
Method Summary | |
---|---|
void |
doAction()
|
void |
doTransitionIntoAction()
|
void |
doTransitionOutOfAction()
|
Methods inherited from class com.yobotics.simulationconstructionset.util.statemachines.State |
---|
addStateTransition, checkTransitionConditions, clearTransitionToDefaultNextState, getDefaultNextStateTransition, getStateEnum, getStateTransitions, getTimeInCurrentState, getTransitionToDefaultNextState, isDone, setDefaultNextState, toString, transitionToDefaultNextState |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StateMachineTest.SimpleState(com.yobotics.simulationconstructionset.util.statemachines.StateMachineTest.States stateEnum, int stateID, java.util.ArrayList<java.lang.Double> listOfActions)
Method Detail |
---|
public void doAction()
doAction
in class State
public void doTransitionIntoAction()
doTransitionIntoAction
in class State
public void doTransitionOutOfAction()
doTransitionOutOfAction
in class State
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |