|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--bsoc.util.BallStateQueue
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.
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 |
public BallStateQueue(int maxLength)
| Method Detail |
public void addBallState(EDU.gatech.cc.is.simulation.GolfBallSim ball)
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||