IExecutionArea.public class InterfaceExecutionArea extends java.lang.Object implements IExecutionArea
| Constructor and Description |
|---|
InterfaceExecutionArea(OdiDataServer pDataServer)
Deprecated.
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(IElementInExecutionArea pElementInExecutionArea)
Deprecated.
Adds an element to the execution area.
|
OdiDataServer |
getDataServer()
Deprecated.
Returns the data server on which this execution area is located.
|
java.util.Collection |
getElements()
Deprecated.
Returns the list of elements contained in this execution area.
|
void |
removeElement(IElementInExecutionArea pElementInExecutionArea)
Deprecated.
Removes an element from the execution area.
|
public InterfaceExecutionArea(OdiDataServer pDataServer)
pDataServer - the DataServer on which this execution area is locatedpublic void addElement(IElementInExecutionArea pElementInExecutionArea)
IExecutionAreaaddElement in interface IExecutionAreapElementInExecutionArea - the element to add to this execution areapublic java.util.Collection getElements()
getElements in interface IExecutionAreaIExecutionArea.getElements()public OdiDataServer getDataServer()
IExecutionAreagetDataServer in interface IExecutionAreapublic void removeElement(IElementInExecutionArea pElementInExecutionArea)
IExecutionArearemoveElement in interface IExecutionAreapElementInExecutionArea - the element to remove from this execution area