public class InterpolatedValueList extends Object
Constructor and Description |
---|
InterpolatedValueList()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
collapseMissingData()
Collapses the missing data combining adjacent InterpolatedValues into a single InterpolatedValue.
|
void |
collapseMissingDataNowToPast()
Collapses the missing data combining adjacent InterpolatedValues into a single InterpolatedValue from
now to the past.
|
ArrayList<InterpolatedValue> |
getInterpolatedValues() |
ArrayList<InterpolatedValue> |
getMissingData() |
void |
setInterpolatedValues(ArrayList<InterpolatedValue> interpolatedValues) |
void |
setMissingData(ArrayList<InterpolatedValue> missingData) |
String |
toString() |
public ArrayList<InterpolatedValue> getInterpolatedValues()
public void setInterpolatedValues(ArrayList<InterpolatedValue> interpolatedValues)
interpolatedValues
- the measuredValues to setpublic ArrayList<InterpolatedValue> getMissingData()
public void setMissingData(ArrayList<InterpolatedValue> missingData)
missingData
- the missing data to set.public void collapseMissingData()
public void collapseMissingDataNowToPast()
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.