All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.constant.ConstantStrategy

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Strategy
                   |
                   +----pinball.player.constant.ConstantStrategy

public class ConstantStrategy
extends Strategy
The constant player's strategy. Constantly flips flippers.


Constructor Index

 o ConstantStrategy()
For extended classed.
 o ConstantStrategy(Buffer, TextArea, Camera)
The strategy thread for the player.

Method Index

 o decision()
Should you flip or not.

Constructors

 o ConstantStrategy
 public ConstantStrategy()
For extended classed.

 o ConstantStrategy
 public ConstantStrategy(Buffer buffer,
                         TextArea gameStats,
                         Camera camera)
The strategy thread for the player.

Parameters:
buffer - the first buffer in the series of buffers for the system.
gameStats - the area to write the game stats to.
camera - the camera for the system.

Methods

 o decision
 public void decision()
Should you flip or not. This always flips.

Overrides:
decision in class Strategy

All Packages  Class Hierarchy  This Package  Previous  Next  Index