|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAssignmentCtx
The IAssignmentCtx is the interface for assignment contexts defining the context for an executed assignment operation. It defines the assignment operation that was executed, what frame executed the operation
Method Summary | |
---|---|
IFrameCtx |
getParent()
Returns the parent frame context in which this assignment operation was executed. |
void |
setParent(IFrameCtx parent)
Sets the parent frame context in which this assignment operation was executed. |
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 setParent(IFrameCtx parent) throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
parent
- the IFrameCtx
gov.nasa.arc.brahms.common.exceptions.BrahmsException
- if a null parent is specifiedIFrameCtx getParent() throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
gov.nasa.arc.brahms.common.exceptions.BrahmsException
- if no parent is specified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |