Class EDP2ReportRecorderConfigurationFactory
java.lang.Object
org.palladiosimulator.recorderframework.config.AbstractRecorderConfigurationFactory
org.palladiosimulator.recorderframework.edp2.config.AbstractEDP2RecorderConfigurationFactory<org.palladiosimulator.edp2.models.ExperimentData.ExperimentGroupRun>
org.palladiosimulator.recorderframework.edp2.config.EDP2ReportRecorderConfigurationFactory
- All Implemented Interfaces:
IRecorderConfigurationFactory
public class EDP2ReportRecorderConfigurationFactory
extends AbstractEDP2RecorderConfigurationFactory<org.palladiosimulator.edp2.models.ExperimentData.ExperimentGroupRun>
Factory for EDP2 recorder configuration objects that configure the recorder to store measurements
within experiment group runs.
-
Field Summary
Fields inherited from class org.palladiosimulator.recorderframework.edp2.config.AbstractEDP2RecorderConfigurationFactory
experimentGroup, experimentRun, repository, REPOSITORY_ID, VARIATION_ID
Fields inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfigurationFactory
EXPERIMENT_RUN_DATE_FORMAT, EXPERIMENT_RUN_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(Map<String, Object> configuration) Initializes this factory as a preparation for creating a configuration object.Methods inherited from class org.palladiosimulator.recorderframework.edp2.config.AbstractEDP2RecorderConfigurationFactory
createMeasuringType, createRecorderConfiguration, finalizeRecorderConfigurationFactory
Methods inherited from class org.palladiosimulator.recorderframework.config.AbstractRecorderConfigurationFactory
getExperimentName, getExperimentRunName
-
Constructor Details
-
EDP2ReportRecorderConfigurationFactory
public EDP2ReportRecorderConfigurationFactory()
-
-
Method Details
-
initialize
Description copied from interface:IRecorderConfigurationFactory
Initializes this factory as a preparation for creating a configuration object. TODO Do we really need initialization or can we directly create configurations? [Lehrig]- Specified by:
initialize
in interfaceIRecorderConfigurationFactory
- Overrides:
initialize
in classAbstractEDP2RecorderConfigurationFactory<org.palladiosimulator.edp2.models.ExperimentData.ExperimentGroupRun>
- Parameters:
configuration
- a map with key-value pairs to be used for initialization.
-