All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----busrider.StrategyWrapper
It may be possible for a player to forge Junction, Segment, and Route objects, and return them. This class "legalizes" such an object by mapping it to an object found in the real Board, or to null.
public StrategyWrapper(Strategy stra)
public void startGame(Game ga,
PlayerView me)
public void endGame(int winner)
public void playerIsFast(int playerIndex)
public void transferRoute(int routeIndex)
public void beginTurn()
public void endTurn()
public Junction chooseDestination(Junction term1,
Junction term2)
public Purchase youArrived()
public Segment chooseSegment(int roll)
public Route youMustSell()
public void youAreBroke()
public void receiveFare(int fromwhom,
int payment)
All Packages Class Hierarchy This Package Previous Next Index