public class XYInterpolatedValueList extends Object
Constructor and Description |
---|
XYInterpolatedValueList()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
collapseMissingData()
Collapses the missing data combining adjacent InterpolatedValues into a single InterpolatedValue.
|
ArrayList<XYInterpolatedValue> |
getMissingData() |
ArrayList<XYInterpolatedValue> |
getValues() |
void |
setMissingData(ArrayList<XYInterpolatedValue> missingData)
Sets the list of missing data.
|
void |
setValues(ArrayList<XYInterpolatedValue> values)
Sets the list of XYInterpolatedValues.
|
String |
toString() |
public ArrayList<XYInterpolatedValue> getValues()
public void setValues(ArrayList<XYInterpolatedValue> values)
values
- The new list of values.public ArrayList<XYInterpolatedValue> getMissingData()
public void setMissingData(ArrayList<XYInterpolatedValue> missingData)
missingData
- The new list of missing data.public void collapseMissingData()
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.