Class TimeseriesDataSetFactory
- java.lang.Object
-
- cern.nxcals.api.backport.domain.core.timeseriesdata.TimeseriesDataSetFactory
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeseriesDataSetFactory extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeseriesDataSetFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimeseriesDataSet
newTimeseriesDataSet(java.lang.String variableName)
Returns an empty timeseries data set corresponding to a variable
-
-
-
Method Detail
-
newTimeseriesDataSet
public static TimeseriesDataSet newTimeseriesDataSet(java.lang.String variableName)
Returns an empty timeseries data set corresponding to a variable- Parameters:
variableName
- The variable name- Returns:
- An empty timeseries data set
-
-