|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CFirm | |
---|---|
eos.agent.firm | |
eos.good | |
eos.market |
Uses of CFirm in eos.agent.firm |
---|
Constructors in eos.agent.firm with parameters of type CFirm | |
---|---|
ConsumerGoodFirm(String productName,
double initCheckingBal,
double initSavingsBal,
double initOutput,
double initWageBudget,
int initCapital,
CFirm[] capitalProducers)
Create a new consumer good firm |
|
EFirm(double initCheckingBal,
double initSavingsBal,
double initOutput,
double initWageBudget,
int initCapital,
CFirm[] capitalProducers)
Create a new enjoyment firm |
|
NFirm(double initCheckingBal,
double initSavingsBal,
double initOutput,
double initWageBudget,
int initCapital,
CFirm[] capitalProducers)
Create a new necessity firm |
Uses of CFirm in eos.good |
---|
Methods in eos.good with parameters of type CFirm | |
---|---|
void |
Capital.add(int qty,
double price,
int life,
CFirm producer)
Add qty of machines produced by producer, with a per-step price of price and can be used for a maximum of life number of steps |
Constructors in eos.good with parameters of type CFirm | |
---|---|
Capital(int quantity,
int ownerID,
CFirm[] producers)
Create a new capital stock initialized with quantity of machines. |
Uses of CFirm in eos.market |
---|
Methods in eos.market with parameters of type CFirm | |
---|---|
void |
CapitalMarket.addSellOffer(CFirm seller,
double price,
int capacity)
Add a sell offer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |