Class TimeSpanToThroughputHistogramAdapter

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

public class TimeSpanToThroughputHistogramAdapter extends DataAdapter
Deprecated.
Superseded by EDP2.
Adapter for TimeSpanSensors to Histograms.
  • Field Details

    • HISTOGRAM_WIDTH

      public static final String HISTOGRAM_WIDTH
      Deprecated.
      Width of the histogram classes.
      See Also:
  • Constructor Details

    • TimeSpanToThroughputHistogramAdapter

      public TimeSpanToThroughputHistogramAdapter(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