Uses of Class
GameSettings

Uses of GameSettings in <Unnamed>
 

Fields in <Unnamed> declared as GameSettings
private  GameSettings SimpleDemandManager.settings
           
private  GameSettings ComputerInfo.settings
           
private  GameSettings TACAgentParser.settings
           
private  GameSettings TACAgent.settings
          the game parameters sent at the beginning of the game
private  GameSettings ComponentInfo.settings
           
 

Methods in <Unnamed> with parameters of type GameSettings
 void AgentInfo.morningUpdate(DailyInfo dayInfo, GameSettings settings)
          Processes the messages received at the beginning of each day.
 void SimpleDemandManager.produceDeliverBid(GameSettings settings, DailyInfo dayInfo, AgentInfo agentInfo, DailyActions actions)
          Performs all of the demand manager's actions: produce and deliver computers, and bid on RFQs from customers.
 void InterfaceDemandManager.produceDeliverBid(GameSettings settings, DailyInfo dayInfo, AgentInfo agentInfo, DailyActions actions)
           
 void InterfaceSupplyManager.respondToSupplierOffers(GameSettings settings, DailyInfo dayInfo, AgentInfo agentInfo, DailyActions actions)
           
 void SimpleSupplyManager.respondToSupplierOffers(GameSettings settings, DailyInfo dayInfo, AgentInfo agentInfo, DailyActions actions)
          Responds to offers from suppliers by accepting all of them.
 void InterfaceSupplyManager.sendRFQsToSuppliers(GameSettings settings, DailyInfo dayInfo, AgentInfo agentInfo, DailyActions actions)
           
 void SimpleSupplyManager.sendRFQsToSuppliers(GameSettings settings, DailyInfo dayInfo, AgentInfo agentInfo, DailyActions actions)
          Sends RFQs to suppliers for needed components.
 void TACAgent.setGameSettings(GameSettings settings)
          Sets the game settings.
 

Constructors in <Unnamed> with parameters of type GameSettings
ComponentInfo(GameSettings settings)
           
ComputerInfo(GameSettings settings)