public interface ScopeExtender
Variable
Modifier and Type | Method and Description |
---|---|
java.util.List |
attributeList()
Return a list of the attributes contained by this object.
|
void |
expand()
Expand the scope of the container by creating any required parameters.
|
Attribute |
getAttribute(java.lang.String name)
Get the attribute with the given name.
|
void |
validate()
Evaluate the expressions of all the parameters of the scope extender.
|
java.util.List attributeList()
void expand() throws IllegalActionException
IllegalActionException
- If any required attribute cannot be
created.Attribute getAttribute(java.lang.String name)
name
- The name of the desired attribute.void validate() throws IllegalActionException
IllegalActionException
- If any required attribute cannot be
created.