| |
|
| java.lang.Object org.cougaar.planning.ldm.LogPlanImpl
LogPlanImpl | public class LogPlanImpl implements LogPlan,XPlan(Code) | | Implementation of "planning" LogPlan.
|
planElementSet | PlanElementSet planElementSet(Code) | | Private container for PlanElements only. Supports fast lookup of
Task->PlanElement.
|
getAssetCount | public int getAssetCount()(Code) | | |
getLogPlanCount | public int getLogPlanCount()(Code) | | |
getPlanElementCount | public int getPlanElementCount()(Code) | | |
getTaskCount | public int getTaskCount()(Code) | | |
getWorkflowCount | public int getWorkflowCount()(Code) | | |
incAssetCount | public void incAssetCount(int inc)(Code) | | |
incPlanElementCount | public void incPlanElementCount(int inc)(Code) | | |
incTaskCount | public void incTaskCount(int inc)(Code) | | |
incWorkflowCount | public void incWorkflowCount(int inc)(Code) | | |
|
|
|