|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContainmentActivityCtx
The IContainmentActivityCtx interface is the generic interface for the IGetActivityCtx and IPutActivityCtx interfaces.
| Method Summary | |
|---|---|
void |
addItem(ParameterCtx item)
Adds the specified item as an item picked up or dropped off through this activity. |
int |
getItemCount()
Return the number of items associated with the activity. |
java.util.Enumeration |
getItems()
Returns a list of all the items (ParameterCtx). |
ParameterCtx |
getWhen()
Returns when the pick-up or drop off of items specified in the activity is to take place (start or end). |
void |
removeItem(ParameterCtx item)
Removes the specified item as an item picked up or dropped off through this activity. |
| Methods inherited from interface gov.nasa.arc.brahms.common.rt.IPrimitiveActivityCtx |
|---|
addResource, getDuration, getElapsedTime, getMaxDuration, getMinDuration, getRandom, getResourceCount, getResources, removeResource, setElapsedTime |
| Methods inherited from interface gov.nasa.arc.brahms.common.rt.IActivityCtx |
|---|
getCompletionCause, getDisplayText, getParentFrame, getPerformedBy, getPriority, getReferencedBy, getStatus, setCompletionCause, setDisplayText, setParentFrame, setPerformedBy, setReferencedBy, setStatus |
| Methods inherited from interface gov.nasa.arc.brahms.common.rt.IBrahmsObjectCtx |
|---|
addNote, getContextFor, getEndTime, getID, getNote, getNotes, getStartTime, removeNote, setEndTime, setID, setStartTime |
| Method Detail |
|---|
void addItem(ParameterCtx item)
throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
item - the item (ParameterCtx) to be added
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if item is null
void removeItem(ParameterCtx item)
throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
item - the item (ParameterCtx) to be removed
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if item is null, no items
are available, or the item is not found
java.util.Enumeration getItems()
throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if there are no itemsint getItemCount()
ParameterCtx getWhen()
throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if the when value is not defined
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||