Uses of Class
soc.robot.SOCRobotNegotiator

Packages that use SOCRobotNegotiator
soc.robot   
 

Uses of SOCRobotNegotiator in soc.robot
 

Fields in soc.robot declared as SOCRobotNegotiator
protected  SOCRobotNegotiator SOCRobotBrain.negotiator
          The data and code that determines how we negotiate.
 

Methods in soc.robot with parameters of type SOCRobotNegotiator
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.