Interface IAdapter

All Known Implementing Classes:
DataAdapter, IdentitySensorAdapter, StateSensorToFrequencyFailurePieAdapter, StateSensorToFrequencyPieAdapter, StateSensorToPieAdapter, StateSensorToTimeDeltaPieAdapter, StateToUtilizationAdapter, TimeSpanToHistogramAdapter, TimeSpanToQuantilAdapter, TimeSpanToThroughputHistogramAdapter, TimeSpanToThroughputUtilizationAdapter, TimeSpanToTimeSeriesAdapter

public interface IAdapter
Deprecated.
Superseded by EDP2.
Interface for DataAdapter in the SensorFramework. DataAdapter can read data from a data source and convert them to data structures usable by visualisations. Adapters are created by their respective AdapterFactory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Return the computed visualisation data structure, e.g., a time series, a histogram, etc.
    Deprecated.
    Get the properties used to configure the adapter
    void
    setProperties(Properties newProperties)
    Deprecated.
    Set the properties of this adapter.
  • Method Details

    • getAdaptedObject

      Object getAdaptedObject()
      Deprecated.
      Return the computed visualisation data structure, e.g., a time series, a histogram, etc.
      Returns:
      The adapted object
    • getProperties

      Properties getProperties()
      Deprecated.
      Get the properties used to configure the adapter
      Returns:
      This adapters properties
    • setProperties

      void setProperties(Properties newProperties)
      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
      Parameters:
      newProperties - The new properties to be used in this adapter