Package org.opennms.netmgt.rrd.model
Class Row
- java.lang.Object
-
- org.opennms.netmgt.rrd.model.Row
-
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Method Detail
-
getValue
public Double getValue(int index)
Gets the value.- Parameters:
index
- the index- Returns:
- the value
-
setValues
public void setValues(List<Double> values)
Sets the values.- Parameters:
values
- the new values
-
isNan
public boolean isNan()
Checks if is all the values are NaN.- Returns:
- true, if all the values are NaN.
-
-