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 Summary
Fields Modifier and Type Field Description static StringHISTOGRAM_WIDTHDeprecated.Width of the histogram classes.-
Fields inherited from class de.uka.ipd.sdq.sensorframework.adapter.DataAdapter
adapterProperties, SETTINGS_CHANGED
-
-
Constructor Summary
Constructors Constructor Description TimeSpanToThroughputHistogramAdapter(SensorAndMeasurements samInformation)Deprecated.Initializes the adapter with the provided TimeSpanSensor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetAdaptedObject()Deprecated.Return the computed visualisation data structure, e.g., a time series, a histogram, etc.-
Methods inherited from class de.uka.ipd.sdq.sensorframework.adapter.DataAdapter
getProperties, setProperties
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Field Detail
-
HISTOGRAM_WIDTH
public static final String HISTOGRAM_WIDTH
Deprecated.Width of the histogram classes.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TimeSpanToThroughputHistogramAdapter
public TimeSpanToThroughputHistogramAdapter(SensorAndMeasurements samInformation)
Deprecated.Initializes the adapter with the provided TimeSpanSensor.- Parameters:
samInformation- Information about the TimeSpanSensor and the measurements.
-
-
Method Detail
-
getAdaptedObject
public Object getAdaptedObject()
Deprecated.Return the computed visualisation data structure, e.g., a time series, a histogram, etc.- Returns:
- The adapted object
-
-