Class AbstractSimulationConfigFactory
- java.lang.Object
-
- org.palladiosimulator.experimentautomation.application.tooladapter.abstractsimulation.AbstractSimulationConfigFactory
-
public class AbstractSimulationConfigFactory extends Object
This class allows to create the properties of anAbstractSimulationConfig
run configuration for an analyzer.
-
-
Constructor Summary
Constructors Constructor Description AbstractSimulationConfigFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
computeExperimentGroupPurpose(Experiment experiment)
static Map<String,Object>
createConfigMap(Experiment experiment, AbstractSimulationConfiguration simConfig, String simulatorID, List<VariationFactorTuple> variationFactorTuples)
Fills out the run configuration features of anAbstractSimulationConfig
.
-
-
-
Method Detail
-
createConfigMap
public static Map<String,Object> createConfigMap(Experiment experiment, AbstractSimulationConfiguration simConfig, String simulatorID, List<VariationFactorTuple> variationFactorTuples)
Fills out the run configuration features of anAbstractSimulationConfig
.- Parameters:
experiment
- the experiment specification.simConfig
- the configuration of the concrete analyzer.simulatorID
- the ID of the used analyzer.variationFactorTuples
- the variations and according value factors.- Returns:
- a filled-out run configuration.
-
computeExperimentGroupPurpose
public static String computeExperimentGroupPurpose(Experiment experiment)
-
-