public interface ControlledAllocateOptions extends AllocateOptions
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
java.util.List<Bounds> |
getDimension()
Returns the value of the 'Dimension' containment reference list.
|
Level |
getLevel()
Returns the value of the 'Level' containment reference.
|
void |
setLevel(Level value)
Sets the value of the '
Level' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Level getLevel()
setLevel(Level),
PLIPackage.getControlledAllocateOptions_Level()void setLevel(Level value)
Level' containment reference.
value - the new value of the 'Level' containment reference.getLevel()java.util.List<Bounds> getDimension()
Bounds.
PLIPackage.getControlledAllocateOptions_Dimension()java.util.List<Attribute> getAttributes()
Attribute.
PLIPackage.getControlledAllocateOptions_Attributes()