Interface InterfaceSupplyManager

All Known Implementing Classes:
SimpleSupplyManager

public interface InterfaceSupplyManager

Interface for a class that will send RFQs to suppliers and respond to the resulting offers.


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

Method Detail

sendRFQsToSuppliers

void sendRFQsToSuppliers(GameSettings settings,
                         DailyInfo dayInfo,
                         AgentInfo agentInfo,
                         DailyActions actions)

respondToSupplierOffers

void respondToSupplierOffers(GameSettings settings,
                             DailyInfo dayInfo,
                             AgentInfo agentInfo,
                             DailyActions actions)