|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DailyInfo in <Unnamed> |
---|
Fields in <Unnamed> declared as DailyInfo | |
---|---|
private DailyInfo |
SimpleDemandManager.dayInfo
|
private DailyInfo |
TACAgentParser.todaysInfo
|
private DailyInfo |
TACAgent.todaysInfo
the information received at the beginning of the day |
Methods in <Unnamed> with parameters of type DailyInfo | |
---|---|
void |
ComputerInfo.morningUpdate(DailyInfo dayInfo)
Updates the computer information using today's incoming messages. |
void |
TACAgent.morningUpdate(DailyInfo todaysInfo)
Update agent with information received at the start of the day. |
void |
ComponentInfo.morningUpdate(DailyInfo dayInfo)
Updates the component information using today's incoming messages. |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |