Uses of Class
soc.robot.SOCRobotDM

Packages that use SOCRobotDM
soc.robot   
 

Uses of SOCRobotDM in soc.robot
 

Fields in soc.robot declared as SOCRobotDM
protected  SOCRobotDM SOCRobotNegotiator.decisionMaker
           
protected  SOCRobotDM SOCRobotBrain.decisionMaker
          the thing that determines what we want to build next
 

Methods in soc.robot that return SOCRobotDM
 SOCRobotDM SOCRobotBrain.getDecisionMaker()
           
 

Methods in soc.robot with parameters of type SOCRobotDM
static SOCResourceSet DiscardStrategy.discard(int numDiscards, java.util.Stack<SOCPossiblePiece> buildingPlan, java.util.Random rand, SOCPlayer ourPlayerData, SOCRobotParameters robotParameters, SOCRobotDM decisionMaker, SOCRobotNegotiator negotiator)
          When we have to discard, try to keep the resources needed for our building plan.