| java.lang.Object org.cougaar.logistics.plugin.inventory.LogisticsAllocationResultHelper
LogisticsAllocationResultHelper | public class LogisticsAllocationResultHelper (Code) | | Manages AllocationResults having phased results representing
varying quantities and rates over time.
|
Inner Class :public class Phase | |
getPhase | public Phase getPhase(int i)(Code) | | |
getPhaseCount | public int getPhaseCount()(Code) | | |
isChanged | public boolean isChanged()(Code) | | |
setBest | public void setBest(int type, long startTime, long endTime)(Code) | | Set a successful value over a period of time
|
setFailed | public void setFailed(int type, long startTime, long endTime)(Code) | | Set a failed value over a period of time. New phased results
are edited into the results as needed.
|
setPartial | public void setPartial(int type, long startTime, long endTime, double amt)(Code) | | Set a late value or partial value over a period of time
|
|
|