Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeature()
The name of the feature that this data represents (pin-power, temperature, etc).
|
java.util.ArrayList<java.lang.Double> |
getPosition()
The position of the data relative to the position of the containing object.
|
double |
getUncertainty()
The amount of uncertainty in the value.
|
java.lang.String |
getUnits()
A string describing the units of the value and its uncertainty.
|
double |
getValue()
The value of the particular feature (pin-power, temperature, etc).
|
java.util.ArrayList<java.lang.Double> getPosition()
The position of the data relative to the position of the containing object.
The position.
double getValue()
The value of the particular feature (pin-power, temperature, etc).
The value of the IData object.
double getUncertainty()
The amount of uncertainty in the value.
The value of uncertainty.
java.lang.String getUnits()
A string describing the units of the value and its uncertainty.
The units.
java.lang.String getFeature()
The name of the feature that this data represents (pin-power, temperature, etc).
The name of the feature.