All Packages Class Hierarchy This Package Previous Next Index
Interface EDU.gatech.cc.is.simulation.SocRef
- public interface SocRef
methods of a Soccer Referee.
For this simulation system they are implemented by the ball.
That's right, the ball is the referee.
Copyright
(c)1997 Georgia Tech Research Corporation
- Version:
- $Revision: 1.1 $
- Author:
- Tucker Balch
-
eastJustScored()
- True if the east team scored during the last timestep.
-
eastKickOff()
- True if the east team gets to kick off this time.
-
playBall()
- True if the game is underway.
-
westJustScored()
- True if the west team scored during the last timestep.
-
westKickOff()
- True if the west team gets to kick off this time.
playBall
public abstract boolean playBall()
- True if the game is underway. False means
the players should return to their starting
positions.
eastKickOff
public abstract boolean eastKickOff()
- True if the east team gets to kick off this time.
westKickOff
public abstract boolean westKickOff()
- True if the west team gets to kick off this time.
eastJustScored
public abstract boolean eastJustScored()
- True if the east team scored during the last timestep.
westJustScored
public abstract boolean westJustScored()
- True if the west team scored during the last timestep.
All Packages Class Hierarchy This Package Previous Next Index