Class Demand
java.lang.Object
velo.ladaalpha.fields.math.LinearFunction
velo.ladaalpha.fields.economy.supplyANDdemand.Demand
The Class Demand.
- 
Constructor Summary
ConstructorsConstructorDescriptionDemand(double x1, double y1, double x2, double y2) Instantiates a new demand. - 
Method Summary
Methods inherited from class velo.ladaalpha.fields.math.LinearFunction
buildFromTwoPoints, BuildFromTwoPoints, compute, getB, getM, setB, setM, toString 
- 
Constructor Details
- 
Demand
public Demand(double x1, double y1, double x2, double y2) Instantiates a new demand.- Parameters:
 x1- the x 1y1- the y 1x2- the x 2y2- the y 2
 
 -