| java.lang.Object org.cougaar.planning.ldm.plan.ScheduleElementImpl org.cougaar.glm.ldm.plan.QuantityRangeScheduleElementImpl
QuantityRangeScheduleElementImpl | public QuantityRangeScheduleElementImpl()(Code) | | no-arg constructor
|
QuantityRangeScheduleElementImpl | public QuantityRangeScheduleElementImpl(Date start, Date end, double sq, double eq)(Code) | | constructor for factory use that takes the start and end dates and a
start and end quantity(double)
|
getEndQuantity | public double getEndQuantity()(Code) | | double end quantity related to this schedule |
getStartQuantity | public double getStartQuantity()(Code) | | double start quantity related to this schedule |
setEndQuantity | public void setEndQuantity(double anEndQuantity)(Code) | | Parameters: anEndQuantity - set the end quantity related to this schedule |
setStartQuantity | public void setStartQuantity(double aStartQuantity)(Code) | | Parameters: aStartQuantity - set the start quantity related to this schedule |
|
|