Class TimeSpanToTimeSeriesAdapter

java.lang.Object
java.util.Observable
de.uka.ipd.sdq.sensorframework.adapter.DataAdapter
de.uka.ipd.sdq.sensorframework.adapter.TimeSpanToTimeSeriesAdapter
All Implemented Interfaces:
IAdapter

public class TimeSpanToTimeSeriesAdapter extends DataAdapter
Deprecated.
Superseded by EDP2.
Adapter for TimeSpanSensor to TimeSeries.
  • Constructor Details

    • TimeSpanToTimeSeriesAdapter

      public TimeSpanToTimeSeriesAdapter(SensorAndMeasurements samInformation)
      Deprecated.
      Initializes the adapter with the provided TimeSpanSensor.
      Parameters:
      samInformation - Information about the TimeSpanSensor and the measurements.
  • Method Details

    • getAdaptedObject

      public Object getAdaptedObject()
      Deprecated.
      Return the computed visualisation data structure, e.g., a time series, a histogram, etc.
      Returns:
      The adapted object