public class EDP2RecorderConfiguration extends AbstractRecorderConfiguration
Measurements
.Modifier and Type | Field and Description |
---|---|
static String |
MEASUREMENT
Identifier for measurement; usable in key-value maps.
|
MEASURING_POINT, RECORDER_ACCEPTED_METRIC
Constructor and Description |
---|
EDP2RecorderConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.palladiosimulator.edp2.models.ExperimentData.Measurement |
getMeasurement()
Getter for the measurements of this configuration.
|
void |
setConfiguration(Map<String,Object> configuration)
Initializes the configuration object based on a given key-value map.
|
getMeasuringPoint, getRecorderAcceptedMetric
public static final String MEASUREMENT
public void setConfiguration(Map<String,Object> configuration)
IRecorderConfiguration
setConfiguration
in interface IRecorderConfiguration
setConfiguration
in class AbstractRecorderConfiguration
configuration
- the given key-value map.public org.palladiosimulator.edp2.models.ExperimentData.Measurement getMeasurement()