|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--roboplayer.fsm.Machine
This class represents machine.
Constructor Summary | |
Machine(State state,
RoboCore roboCore)
Constructor |
Method Summary | |
void |
onTick()
This is main Brain function used to make decision Check play mode and call suitable function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Machine(State state, RoboCore roboCore)
state
- start state for this machineMethod Detail |
public void onTick()
onTick
in interface TickListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |