| org.cougaar.core.util.OwnedUniqueObject org.cougaar.glm.ldm.oplan.OrgActivityImpl
OrgActivityImpl | public class OrgActivityImpl extends OwnedUniqueObject implements OrgActivity(Code) | | OrgActivity
The OrgActivity method is a LDM Object that contains organizational activity information.
TheOrgActivity object includes information such as activityName, activityType,
opTempo, timespan, Location information, and a hashmap containing other
detailed information. The OrgActivities are initially created in the J3 cluster
and then is transferred to other clusters by the Propagation Plugin. Subordinate clusters can subscribe
to changes in the OrgActivity information in order to react to changes accordingly.
Subordinate clusters should not modify (set) OrgActivity information.
|
getEndTime | public long getEndTime()(Code) | | |
getNormalizedScheduleElement | public LocationScheduleElement getNormalizedScheduleElement()(Code) | | convert OPlan-centric location and timespan to
standard ALPish (logplan) schedule element
a LocationScheduleElement or null, if a locationscheduleelement cannot be constructed (e.g. no schedule, no location). |
getOrgActivityId | public UID getOrgActivityId()(Code) | | |
getStartTime | public long getStartTime()(Code) | | |
setActivityName | public void setActivityName(String activityName)(Code) | | |
setActivityType | public void setActivityType(String activityType)(Code) | | |
setOplanID | public void setOplanID(UID oplanUID)(Code) | | |
setOplanUID | public void setOplanUID(UID oplanUID)(Code) | | |
setOrgActivityId | public void setOrgActivityId(UID uid)(Code) | | |
|
|