Class SensorFrameworkRecorderConfiguration

java.lang.Object
org.palladiosimulator.recorderframework.config.AbstractRecorderConfiguration
org.palladiosimulator.recorderframework.sensorframework.SensorFrameworkRecorderConfiguration
All Implemented Interfaces:
Serializable, IRecorderConfiguration

public class SensorFrameworkRecorderConfiguration extends AbstractRecorderConfiguration implements Serializable
Deprecated.
Superseded by EDP2.
See Also:
  • Field Details

  • Constructor Details

    • SensorFrameworkRecorderConfiguration

      public SensorFrameworkRecorderConfiguration()
      Deprecated.
  • Method Details

    • setConfiguration

      public void setConfiguration(Map<String,Object> configuration)
      Deprecated.
      Description copied from interface: IRecorderConfiguration
      Initializes the configuration object based on a given key-value map.
      Specified by:
      setConfiguration in interface IRecorderConfiguration
      Overrides:
      setConfiguration in class AbstractRecorderConfiguration
      Parameters:
      configuration - the given key-value map.
    • getDaoFactory

      public final de.uka.ipd.sdq.sensorframework.entities.dao.IDAOFactory getDaoFactory()
      Deprecated.
      Returns:
      the daoFactory
    • getExperiment

      public final de.uka.ipd.sdq.sensorframework.entities.Experiment getExperiment()
      Deprecated.
      Returns:
      the experiment
    • getExperimentRun

      public final de.uka.ipd.sdq.sensorframework.entities.ExperimentRun getExperimentRun()
      Deprecated.
      Returns:
      the run
    • isRemoteRun

      public boolean isRemoteRun()
      Deprecated.
    • getExecutionResultTypes

      public Map<Integer,String> getExecutionResultTypes()
      Deprecated.