All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.fun.balloons.Strategist
java.lang.Object
|
+----rebelsky.fun.balloons.Strategist
- public class Strategist
- extends Object
A strategist for the balloon race.
Constructor Index
- o
Strategist()
-
Method Index
- o
decide(Balloon)
- Decide what to do, given only knowledge of the balloon.
- o
decide(Balloon, int, Wind)
- Decide what to do, given knowledge of balloon, maximum height of
race, and wind speed.
Constructors
o
Strategist
public Strategist()
Methods
o
decide
public void decide(Balloon b)
- Decide what to do, given only knowledge of the balloon.
o
decide
public void decide(Balloon b,
int maxheight,
Wind w)
- Decide what to do, given knowledge of balloon, maximum height of
race, and wind speed.
All Packages Class Hierarchy This Package Previous Next Index