public interface IExecutionArea
| 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 all the elements in this execution area.
|
void |
removeElement(IElementInExecutionArea pElementInExecutionArea)
Deprecated.
Removes an element from the execution area.
|
java.util.Collection getElements()
void addElement(IElementInExecutionArea pElementInExecutionArea)
pElementInExecutionArea - the element to add to this execution areavoid removeElement(IElementInExecutionArea pElementInExecutionArea)
pElementInExecutionArea - the element to remove from this execution areaOdiDataServer getDataServer()