|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--roboplayer.fsm.State | +--roboplayer.fsm.state.ControlBallState
This state is used to control the ball.
Constructor Summary | |
ControlBallState()
|
Method Summary | |
void |
execute(RoboCore rc)
This function tries to do something with ball. |
Methods inherited from class roboplayer.fsm.State |
addParam, addTransition, makeTransition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ControlBallState()
Method Detail |
public void execute(RoboCore rc)
execute
in class State
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |