Interface InterfaceDemandManager

All Known Implementing Classes:
SimpleDemandManager

public interface InterfaceDemandManager

Interface for a class that will plan for production and delivery of computers and bidding on RFQs from customers.


Method Summary
 void produceDeliverBid(GameSettings settings, DailyInfo dayInfo, AgentInfo agentInfo, DailyActions actions)
           
 

Method Detail

produceDeliverBid

void produceDeliverBid(GameSettings settings,
                       DailyInfo dayInfo,
                       AgentInfo agentInfo,
                       DailyActions actions)
                       throws java.lang.Exception
Throws:
java.lang.Exception