Class TimeseriesDataSetFactory

  • All Implemented Interfaces:
    java.io.Serializable

    public class TimeseriesDataSetFactory
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeseriesDataSetFactory

        public TimeseriesDataSetFactory()
    • 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