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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Fields inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfiguration
MEASURING_POINT, RECORDER_ACCEPTED_METRIC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal de.uka.ipd.sdq.sensorframework.entities.dao.IDAOFactory
Deprecated.Deprecated.final de.uka.ipd.sdq.sensorframework.entities.Experiment
Deprecated.final de.uka.ipd.sdq.sensorframework.entities.ExperimentRun
Deprecated.boolean
Deprecated.void
setConfiguration
(Map<String, Object> configuration) Deprecated.Initializes the configuration object based on a given key-value map.Methods inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfiguration
getMeasuringPoint, getRecorderAcceptedMetric
-
Field Details
-
DAO_FACTORY
Deprecated.- See Also:
-
EXPERIMENT
Deprecated.- See Also:
-
RUN
Deprecated.- See Also:
-
PERSISTENCE_RECORDER_ID
Deprecated.- See Also:
-
-
Constructor Details
-
SensorFrameworkRecorderConfiguration
public SensorFrameworkRecorderConfiguration()Deprecated.
-
-
Method Details
-
setConfiguration
Deprecated.Description copied from interface:IRecorderConfiguration
Initializes the configuration object based on a given key-value map.- Specified by:
setConfiguration
in interfaceIRecorderConfiguration
- Overrides:
setConfiguration
in classAbstractRecorderConfiguration
- 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
Deprecated.
-