roboplayer.fsm.state
Class ClearBallState

java.lang.Object
  |
  +--roboplayer.fsm.State
        |
        +--roboplayer.fsm.state.ClearBallState

public class ClearBallState
extends State

This state is used to clear the ball

Version:
1.0
Author:
Krzysztof Langner

Constructor Summary
ClearBallState()
           
 
Method Summary
 void execute(RoboCore rc)
          This function clear the 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

ClearBallState

public ClearBallState()
Method Detail

execute

public void execute(RoboCore rc)
This function clear the ball.

Specified by:
execute in class State