Class DataAdapter
java.lang.Object
java.util.Observable
de.uka.ipd.sdq.sensorframework.adapter.DataAdapter
- All Implemented Interfaces:
IAdapter
- Direct Known Subclasses:
IdentitySensorAdapter
,StateSensorToPieAdapter
,StateToUtilizationAdapter
,TimeSpanToHistogramAdapter
,TimeSpanToQuantilAdapter
,TimeSpanToThroughputHistogramAdapter
,TimeSpanToThroughputUtilizationAdapter
,TimeSpanToTimeSeriesAdapter
Deprecated.
Superseded by EDP2.
Superclass for all DataAdapter in the SensorFramework. All Adapters can have property setting and
changes need to be observed to allow changes on the GUI.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Properties
Deprecated.The properties settings for this adapterstatic final String
Deprecated. -
Constructor Summary
ConstructorDescriptionDeprecated.Initializes a new DataAdapter without properties.DataAdapter
(Properties adapterProperties) Deprecated.Initializes a new DataAdapter with the given properties. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the properties used to configure the adaptervoid
setProperties
(Properties newProperties) Deprecated.Set the properties of this adapter.Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.uka.ipd.sdq.sensorframework.adapter.IAdapter
getAdaptedObject
-
Field Details
-
SETTINGS_CHANGED
Deprecated.- See Also:
-
adapterProperties
Deprecated.The properties settings for this adapter
-
-
Constructor Details
-
DataAdapter
public DataAdapter()Deprecated.Initializes a new DataAdapter without properties. -
DataAdapter
Deprecated.Initializes a new DataAdapter with the given properties.- Parameters:
adapterProperties
- The associated properties.
-
-
Method Details
-
getProperties
Deprecated.Get the properties used to configure the adapter- Specified by:
getProperties
in interfaceIAdapter
- Returns:
- This adapters properties
-
setProperties
Deprecated.Set the properties of this adapter. Properties can be used to control the adapter's output, e.g., setting the histogram width of a histogram- Specified by:
setProperties
in interfaceIAdapter
- Parameters:
newProperties
- The new properties to be used in this adapter
-