| org.cougaar.planning.ldm.plan.NewBulkEstimate
All known Subclasses: org.cougaar.planning.ldm.plan.BulkEstimateImpl,
NewBulkEstimate | public interface NewBulkEstimate extends BulkEstimate(Code) | | NewBulkEstimate Interface
Provides setters for pieces of the object that will change.
|
setAllocationResults | void setAllocationResults(AllocationResult[] allresults)(Code) | | Parameters: allresults - The complete Array of AllocationResults. |
setIsComplete | void setIsComplete(boolean complete)(Code) | | Parameters: complete - Should be set to true once all of the AllocationResultsfor each preference set have been gathered. |
setSingleResult | void setSingleResult(int index, AllocationResult aresult)(Code) | | set a single AllocationResult
Parameters: index - The position of the result in the overall result array.This position should correspond to the preference set position. Parameters: aresult - |
|
|