public class VariableAttribute
extends java.lang.Object
| Constructor and Description |
|---|
VariableAttribute(java.lang.String name,
AttributeEntry[] rEntries,
AttributeEntry[] zEntries)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public VariableAttribute(java.lang.String name,
AttributeEntry[] rEntries,
AttributeEntry[] zEntries)
name - attribute namerEntries - rEntry values for this attributezEntries - zEntry values for this attributepublic java.lang.String getName()
public AttributeEntry getEntry(Variable variable)
variable - CDF variable from the same CDF as this attributevariable