bsoc.util
Class BallStateQueue

java.lang.Object
  |
  +--bsoc.util.BallStateQueue

public class BallStateQueue
extends java.lang.Object

Contains a FIFO queue of BallState. This class was created to explore the states of a ball when a goal was shot. The class is not longer used.

See Also:
BallStateQueue

Constructor Summary
BallStateQueue(int maxLength)
           
 
Method Summary
 void addBallState(EDU.gatech.cc.is.simulation.GolfBallSim ball)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BallStateQueue

public BallStateQueue(int maxLength)
Method Detail

addBallState

public void addBallState(EDU.gatech.cc.is.simulation.GolfBallSim ball)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object