|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bristol.star.cdf.VariableAttribute
public class VariableAttribute
Provides the description and per-variable entry values for a CDF attribute with variable scope.
Constructor Summary | |
---|---|
VariableAttribute(java.lang.String name,
AttributeEntry[] rEntries,
AttributeEntry[] zEntries)
Constructor. |
Method Summary | |
---|---|
AttributeEntry |
getEntry(Variable variable)
Returns the entry value that a given variable has for this attribute. |
java.lang.String |
getName()
Returns this attribute's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableAttribute(java.lang.String name, AttributeEntry[] rEntries, AttributeEntry[] zEntries)
name
- attribute namerEntries
- rEntry values for this attributezEntries
- zEntry values for this attributeMethod Detail |
---|
public java.lang.String getName()
public AttributeEntry getEntry(Variable variable)
variable
- CDF variable from the same CDF as this attribute
variable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |