Interface IRecorderConfiguration

All Known Implementing Classes:
AbstractRecorderConfiguration, EDP2RecorderConfiguration, SensorFrameworkRecorderConfiguration

public interface IRecorderConfiguration
Recorders need to be configured by objects conforming to this interface. Such configuration objects are initialized using a given key-value map.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the configuration object based on a given key-value map.
  • Method Details

    • setConfiguration

      void setConfiguration(Map<String,Object> configuration)
      Initializes the configuration object based on a given key-value map.
      Parameters:
      configuration - the given key-value map.