| org.cougaar.planning.ldm.plan.NewAssignedRelationshipElement
All known Subclasses: org.cougaar.planning.ldm.plan.AssignedRelationshipElementImpl,
NewAssignedRelationshipElement | public interface NewAssignedRelationshipElement extends AssignedRelationshipElement,NewScheduleElement(Code) | | NewAssignedRelationshipElement extends AssignedRelationshipElement and
provides setter methods for building valid AssignedRelationshipElement
objects.
|
setItemIDA | void setItemIDA(String itemID)(Code) | | Set the string identifier for the Asset mapping to HasRelationships A in
the associated relationship
Parameters: itemID - String |
setItemIDA | void setItemIDA(Asset asset)(Code) | | Set the string identifier for the Asset mapping to HasRelationships A in
the associated relationship
Parameters: asset - Asset |
setItemIDB | void setItemIDB(String itemID)(Code) | | Set the string identifier for the Asset mapping to HasRelationships B in
the associated relationship
Parameters: itemID - String |
setItemIDB | void setItemIDB(Asset asset)(Code) | | Set the string identifier for the Asset mapping to HasRelationships B in
the associated relationship
Parameters: asset - Asset |
setRoleA | void setRoleA(Role role)(Code) | | Set the Role for the Asset identified by itemIDA
Parameters: role - Role |
setRoleB | void setRoleB(Role role)(Code) | | Set the Role for the Asset identified by itemIDB
Parameters: role - Role |
|
|