Package <Unnamed>

Interface Summary
InterfaceDemandManager Interface for a class that will plan for production and delivery of computers and bidding on RFQs from customers.
InterfaceSupplyManager Interface for a class that will send RFQs to suppliers and respond to the resulting offers.
 

Class Summary
AgentInfo Stores information about the agent, including information shared between the supply and demand managers.
ComponentInfo Holds all information pertaining to components.
ComputerInfo Holds all information pertaining to computers.
DailyActions Stores the actions taken by the agent during a single day.
DailyInfo Stores all of the information sent to the agent at the beginning of the day.
GameSettings Stores the game parameters sent at the beginning of a game.
OfferInfo Stores an offer from a supplier or manufacturer.
OrderInfo Stores an order from a customer or manufacturer.
RFQInfo Stores a single RFQ, either for a manufacturer or a supplier.
SimpleDemandManager A very simple demand manager.
SimpleSupplyManager A very simple supply manager.
SupplierModel Keeps track of a single supplier and component.
TACAgent The main agent class.
TACAgentParser Reads a game log, processes all server messages to recreate the state of a specific agent on a single day, then starts the agent on that day.
TACAgentParserHandler Starts the log parser (TACAgentParser).
TACAgentParserMain This is a modification of the se.sics.tasim.logtool.Main log parsing class that accepts an agent name and date as parameters, in addition to the usual parameters.