Uses of Class
soc.robot.SOCPossibleRoad

Packages that use SOCPossibleRoad
soc.robot   
 

Uses of SOCPossibleRoad in soc.robot
 

Fields in soc.robot declared as SOCPossibleRoad
protected  SOCPossibleRoad SOCRobotDM.favoriteRoad
           
 

Methods in soc.robot that return SOCPossibleRoad
 SOCPossibleRoad SOCRobotDM.getFavoriteRoad()
           
 

Methods in soc.robot with parameters of type SOCPossibleRoad
protected  float SOCRobotDM.getWinGameETABonusForRoad(SOCPossibleRoad posRoad, int roadETA, int leadersCurrentWGETA, java.util.HashMap playerTrackers)
          add a bonus to the road score based on the change in win game ETA for this one road
 void SOCPossibleSettlement.addNecessaryRoad(SOCPossibleRoad rd)
          add a possible road to the list of necessary roads
 void SOCPossibleRoad.addNecessaryRoad(SOCPossibleRoad rd)
          add a possible road to the list of necessary roads
 void SOCPlayerTracker.expandRoad(SOCPossibleRoad targetRoad, SOCPlayer player, SOCPlayer dummy, java.util.HashMap trackers, int level)
          Expand a possible road to see what this road makes possible
protected  void SOCPlayerTracker.removeDependents(SOCPossibleRoad road)
          remove everything that depends on this road being built
protected  void SOCPlayerTracker.removeFromNecessaryRoads(SOCPossibleRoad pr)
          remove this piece from the pieces that support it
 void SOCPlayerTracker.updateLRPotential(SOCPossibleRoad posRoad, SOCPlayer dummy, SOCRoad dummyRoad, int lrLength, int level)
          update the potential LR value of a possible road by placing dummy roads and calculating LR
 

Constructors in soc.robot with parameters of type SOCPossibleRoad
SOCPossibleRoad(SOCPossibleRoad pr)
          copy constructor Note: This will not copy the vectors, just make empty ones