IInterfaceSubComponent and sets it to be located on an IExecutionArea.
The reason for not adding the property on the real IInterfaceSubComponents is that the execution area is only an internal
and technical property used by the helper, and it has no persistence, so it wouldn't make sense for the IInterfaceSubComponents to hold it directly.public interface IElementInExecutionArea
| 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.
|
IExecutionArea getExecutionArea()
setExecutionArea(IExecutionArea)void setExecutionArea(IExecutionArea pExecutionArea)
pExecutionArea - the execution area in which this object is set to be locatedgetExecutionArea()IInterfaceSubComponent getUnderlyingComponent()