Inherited by Firm, Household, and ImportExport.
Public Member Functions | |
void | trade () |
Determine the demand, find suppliers that can deliver the goods and trade with them. |
The IBuyer interface allows to see the set of all household and firms as a conjoint set, which are sharing the possibility to trade (in Java: have an implementation of the trade method).
Definition at line 19 of file IBuyer.java.
void trade | ( | ) |
Determine the demand, find suppliers that can deliver the goods and trade with them.
Implemented in Firm, Household, and ImportExport.