IElementInExecutionArea.public class InterfaceElementInExecutionArea extends java.lang.Object implements IElementInExecutionArea
| Constructor and Description |
|---|
InterfaceElementInExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
Deprecated.
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IExecutionArea |
getExecutionArea()
Deprecated.
Returns the execution area in which this object is located.
|
IInterfaceSubComponent |
getUnderlyingComponent()
Deprecated.
Returns the underlying sub-component referenced by this element.
|
void |
setExecutionArea(IExecutionArea pExecutionArea)
Deprecated.
Sets the execution area in which this object will be located.
|
public InterfaceElementInExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
null.pInterfaceSubComponent - the IInterfaceSubComponent wrapped by this InterfaceElementpublic IExecutionArea getExecutionArea()
IElementInExecutionAreagetExecutionArea in interface IElementInExecutionAreaIElementInExecutionArea.setExecutionArea(IExecutionArea)public IInterfaceSubComponent getUnderlyingComponent()
IElementInExecutionAreagetUnderlyingComponent in interface IElementInExecutionAreapublic void setExecutionArea(IExecutionArea pExecutionArea)
IElementInExecutionAreasetExecutionArea in interface IElementInExecutionAreapExecutionArea - the execution area in which this object is set to be locatedIElementInExecutionArea.getExecutionArea()