Class TextTimeSeries<T extends TextTimeSeriesRow>

java.lang.Object
hec.data.timeSeriesText.TextTimeSeries<T>
All Implemented Interfaces:
CachedTimeSeries

@Deprecated(forRemoval=true) public class TextTimeSeries<T extends TextTimeSeriesRow> extends Object implements CachedTimeSeries
Deprecated, for removal: This API element is subject to removal in a future version.
This class is marked for removal and should not be used. Update to use hec-nucleus data types instead. Replaced by TextTimeSeries
  • Constructor Details

    • TextTimeSeries

      public TextTimeSeries()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TextTimeSeries

      public TextTimeSeries(ITimeSeriesDescription timeSeriesDescription)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getTimeSeriesDescription

      public ITimeSeriesDescription getTimeSeriesDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTimeSeriesDescription

      public void setTimeSeriesDescription(ITimeSeriesDescription timeSeriesDescription)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • add

      public T add(T timeSeriesRow)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTextTimeSeriesMap

      public NavigableMap<DateDateKey,T> getTextTimeSeriesMap()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTextTimeSeriesSubMap

      public NavigableMap<DateDateKey,T> getTextTimeSeriesSubMap(Date startTime, boolean startInclusive, Date endTime, boolean endInclusive)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • copy

      public TextTimeSeries<T> copy()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • copy

      public TextTimeSeries<T> copy(Date startDate, boolean startInclusive, Date endDate, boolean endInclusive)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • mergeData

      public void mergeData(NavigableMap<DateDateKey,T> incomingData)
      Deprecated, for removal: This API element is subject to removal in a future version.