Class IdentitySensorAdapter

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

public class IdentitySensorAdapter extends DataAdapter
Deprecated.
Superseded by EDP2.
Provides an adapter that allows mapping the identity.
  • Constructor Details

    • IdentitySensorAdapter

      public IdentitySensorAdapter(Object adaptee)
      Deprecated.
      Initializes a new adapter which provides access to the provided object.
      Parameters:
      adaptee - The object to adapt.
  • 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