Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeSet.getAttribute(String name)
Retrieve the description of a global attribute with the given name.
|
Attribute |
CDF.getAttribute(String name)
Retrieve the description of a global attribute with the given name.
|
Attribute |
Variable.getAttribute(String name)
Retrieve the description of a global attribute with the given name.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Attribute> |
AttributeSet.add(Attribute attribute) |
ArrayList<Attribute> |
CDF.getAttributes()
Retrieve the description of each global attribute defined in the CDF.
|
ArrayList<Attribute> |
Variable.getAttributes()
Retrieve all attributes associated with the variable.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Attribute> |
AttributeSet.add(Attribute attribute) |
void |
Variable.addAttribute(Attribute attribute)
Add a predefined attribute to the list of attributes.
|
Copyright © 2014-2015 Regents University of California. All Rights Reserved.