|
||||||||||
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.CatchBallState
This state is used to catch the ball. It can be used only by goalkeeper.
Constructor Summary | |
CatchBallState()
|
Method Summary | |
void |
execute(RoboCore rc)
This function tries to catch a 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 CatchBallState()
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 |