gov.nasa.arc.brahms.common.rt
Interface IAssignmentCtx

All Superinterfaces:
IBrahmsObjectCtx
All Known Implementing Classes:
AssignmentCtx, VMAssignmentCtx

public interface IAssignmentCtx
extends IBrahmsObjectCtx

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

Version:
$Revision: 1.1 $ $Date: 2009/11/23 18:43:07 $ $Author: rnado $
Author:
Bob Nado

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

setParent

void setParent(IFrameCtx parent)
               throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
Sets the parent frame context in which this assignment operation was executed.

Parameters:
parent - the IFrameCtx
Throws:
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if a null parent is specified

getParent

IFrameCtx getParent()
                    throws gov.nasa.arc.brahms.common.exceptions.BrahmsException
Returns the parent frame context in which this assignment operation was executed.

Returns:
IFrameCtx the parent frame
Throws:
gov.nasa.arc.brahms.common.exceptions.BrahmsException - if no parent is specified


Copyright © 1997-2012 All Rights Reserved.