public class XYInterpolatedValuesWithAnalysis extends Object
| Constructor and Description |
|---|
XYInterpolatedValuesWithAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Double> |
getAnalysis() |
XYInterpolatedValueList |
getDataPoints() |
void |
setAnalysis(Map<String,Double> analysis)
Sets the map of analyses.
|
void |
setDataPoints(XYInterpolatedValueList dataPoints)
Sets the data points.
|
public XYInterpolatedValueList getDataPoints()
public void setDataPoints(XYInterpolatedValueList dataPoints)
dataPoints - The new data points.public Map<String,Double> getAnalysis()
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.