| org.cougaar.core.util.OwnedUniqueObject org.cougaar.glm.ldm.oplan.OrgRelation
OrgRelation | public class OrgRelation extends OwnedUniqueObject implements OplanContributor,Transferable,UniqueObject,Serializable,Cloneable(Code) | | OrgRelation
The OrgRelation method is a LDM Object that contains organizational data.
The OrgRelation object includes information such as role, timespan, relationType,
and the organizations related to each other.
Subordinate clusters can subscribe to changes in the ForcePackage in order to
react to changes accordingly. The OrgRelations are initially created in the J3 cluster
and then is transferred to other clusters by the Propagation Plugin.
Subordinate clusters should not modify (set) OrgRelation information.
|
OrgRelation | public OrgRelation()(Code) | | |
getOrgRelationId | public UID getOrgRelationId()(Code) | | |
setAssignedRole | public void setAssignedRole(String role)(Code) | | |
setForcePackageId | public void setForcePackageId(String forcePackageID)(Code) | | |
setOrgRelationId | public void setOrgRelationId(UID uid)(Code) | | |
setOtherOrgId | public void setOtherOrgId(String otherOrgID)(Code) | | |
setRelationType | public void setRelationType(String relationType)(Code) | | |
|
|