Class TimeSpanToThroughputUtilizationAdapter
- java.lang.Object
-
- java.util.Observable
-
- de.uka.ipd.sdq.sensorframework.adapter.DataAdapter
-
- de.uka.ipd.sdq.sensorframework.adapter.TimeSpanToThroughputUtilizationAdapter
-
- All Implemented Interfaces:
IAdapter
public class TimeSpanToThroughputUtilizationAdapter extends DataAdapter
Deprecated.Superseded by EDP2.Adapter for TimeSpanSensors to Utilization.
-
-
Field Summary
Fields Modifier and Type Field Description static StringUTILIZATION_WIDTHDeprecated.Width of the utilization classes.-
Fields inherited from class de.uka.ipd.sdq.sensorframework.adapter.DataAdapter
adapterProperties, SETTINGS_CHANGED
-
-
Constructor Summary
Constructors Constructor Description TimeSpanToThroughputUtilizationAdapter(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
-
UTILIZATION_WIDTH
public static final String UTILIZATION_WIDTH
Deprecated.Width of the utilization classes.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TimeSpanToThroughputUtilizationAdapter
public TimeSpanToThroughputUtilizationAdapter(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
-
-