Class RollingDataSet

    • Constructor Detail

      • RollingDataSet

        public RollingDataSet​(java.lang.String name)
        Parameters:
        name - data set name
    • Method Detail

      • add

        public void add​(DataSet set)
        Overrides:
        add in class FragmentedDataSet
        Parameters:
        set - new data set to be added to list
      • getLastLength

        public double getLastLength()
        Returns:
        distance to last data point
      • setDepth

        public void setDepth​(int d)
        Parameters:
        d - maximum depth before points are being dropped
      • getDepth

        public int getDepth()
        Returns:
        maximum depth before points are being dropped