| org.cougaar.planning.ldm.plan.ContextOfOplanIds
ContextOfOplanIds | public class ContextOfOplanIds extends HashSet implements Context,Collection<String>(Code) | | ContextOfOplanIds is an implementation of Context. It is simply a Set of Oplan IDs.
It can be used when the current oplan under which to operate needs to be referenced.
See Also: "org.cougaar.glm.ldm.oplan.Oplan" See Also: Context |
ContextOfOplanIds | public ContextOfOplanIds(String oneOplanId)(Code) | | Constructor that creates a collection with one and only one oplanID
Parameters: oneOplanId - to add |
ContextOfOplanIds | public ContextOfOplanIds(String[] arrayOfOplanIDS)(Code) | | A constructor that copies the elements of the passed in array into the collection
|
getOPlanId | public String getOPlanId()(Code) | | There should always be exactly one oplan
only oplan id |
|
|