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