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

Method Index

 o eastJustScored()
True if the east team scored during the last timestep.
 o eastKickOff()
True if the east team gets to kick off this time.
 o playBall()
True if the game is underway.
 o westJustScored()
True if the west team scored during the last timestep.
 o westKickOff()
True if the west team gets to kick off this time.

Methods

 o playBall
 public abstract boolean playBall()
True if the game is underway. False means the players should return to their starting positions.

 o eastKickOff
 public abstract boolean eastKickOff()
True if the east team gets to kick off this time.

 o westKickOff
 public abstract boolean westKickOff()
True if the west team gets to kick off this time.

 o eastJustScored
 public abstract boolean eastJustScored()
True if the east team scored during the last timestep.

 o westJustScored
 public abstract boolean westJustScored()
True if the west team scored during the last timestep.


All Packages  Class Hierarchy  This Package  Previous  Next  Index