|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DailyActions in <Unnamed> |
---|
Fields in <Unnamed> declared as DailyActions | |
---|---|
private DailyActions |
SimpleDemandManager.actions
|
private DailyActions |
TACAgent.actions
the messages to be sent by the agent at the end of the day |
private DailyActions |
TACAgentParser.todaysActions
|
Methods in <Unnamed> with parameters of type DailyActions | |
---|---|
void |
TACAgent.eveningUpdate(DailyActions actions)
Update agent with actions performed that day. |
void |
AgentInfo.eveningUpdate(DailyActions actions)
Processes the messages (agent actions) sent out at the end of each day. |
void |
ComputerInfo.eveningUpdate(int date,
DailyActions actions)
Updates the component information using today's outgoing messages (actions taken by the agent). |
void |
ComponentInfo.eveningUpdate(int date,
DailyActions actions)
Updates the component information using today's outgoing messages (actions taken by the agent). |
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 |