Class EDP2RecorderConfiguration
java.lang.Object
org.palladiosimulator.recorderframework.config.AbstractRecorderConfiguration
org.palladiosimulator.recorderframework.edp2.config.EDP2RecorderConfiguration
- All Implemented Interfaces:
IRecorderConfiguration
Specifies EDP2 recorder configuration objects. These configuration objects allow for accessing
EDP2
Measurements
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Identifier for measurement; usable in key-value maps.Fields inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfiguration
MEASURING_POINT, RECORDER_ACCEPTED_METRIC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.edp2.models.ExperimentData.Measurement
Getter for the measurements of this configuration.void
setConfiguration
(Map<String, Object> configuration) Initializes the configuration object based on a given key-value map.Methods inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfiguration
getMeasuringPoint, getRecorderAcceptedMetric
-
Field Details
-
MEASUREMENT
Identifier for measurement; usable in key-value maps.- See Also:
-
-
Constructor Details
-
EDP2RecorderConfiguration
public EDP2RecorderConfiguration()
-
-
Method Details
-
setConfiguration
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.
-
getMeasurement
public org.palladiosimulator.edp2.models.ExperimentData.Measurement getMeasurement()Getter for the measurements of this configuration.- Returns:
- the measurements.
-