| org.cougaar.glm.ldm.oplan.OrgActivity
All known Subclasses: org.cougaar.glm.ldm.oplan.OrgActivityImpl,
OrgActivity | public interface OrgActivity extends OplanContributor,org.cougaar.util.TimeSpan,Transferable,UniqueObject,Serializable,Cloneable(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 | long getEndTime()(Code) | | |
getNormalizedScheduleElement | 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 | UID getOrgActivityId()(Code) | | |
getStartTime | long getStartTime()(Code) | | |
setActivityName | void setActivityName(String activityName)(Code) | | |
setActivityType | void setActivityType(String activityType)(Code) | | |
setOplanID | void setOplanID(UID oplanUID)(Code) | | |
setOplanUID | void setOplanUID(UID oplanUID)(Code) | | |
setOrgActivityId | void setOrgActivityId(UID uid)(Code) | | |
|
|