Class SupplyAndDemandSystem
java.lang.Object
velo.ladaalpha.fields.economy.supplyANDdemand.SupplyAndDemandSystem
The Class SupplyAndDemandSystem.
- 
Constructor Summary
ConstructorsConstructorDescriptionSupplyAndDemandSystem(LinearFunction supply, LinearFunction demand) Instantiates a new supply and demand system. - 
Method Summary
Modifier and TypeMethodDescriptiondouble[]Gets the equilibrium.Gets the equilibrium verbose. 
- 
Constructor Details
- 
SupplyAndDemandSystem
Instantiates a new supply and demand system.- Parameters:
 supply- the supplydemand- the demand
 
 - 
 - 
Method Details
- 
getEquilibrium
public double[] getEquilibrium()Gets the equilibrium.- Returns:
 - the equilibrium
 
 - 
getEquilibriumVerbose
Gets the equilibrium verbose.- Returns:
 - the equilibrium verbose
 
 
 -