Class ExperimentAutomationConfiguration
java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
org.palladiosimulator.experimentautomation.application.config.ExperimentAutomationConfiguration
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
,de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
,Cloneable
public class ExperimentAutomationConfiguration
extends de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
implements de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
isDebug, isInteractive
Fields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAttributes
(Map<String, Object> attributes) void
void
setExperiments
(List<Experiment> experiments) void
setLoadModels
(boolean loadModels) Methods inherited from class de.uka.ipd.sdq.workflow.launchconfig.AbstractWorkflowBasedRunConfiguration
clone, isDebug, isInteractive, setDebug, setInteractive
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
checkFixed, isFrozen, isValid, validateAndFreeze
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
isValid
-
Constructor Details
-
ExperimentAutomationConfiguration
public ExperimentAutomationConfiguration()
-
-
Method Details
-
setExperiments
-
getExperiments
-
getErrorMessage
- Specified by:
getErrorMessage
in interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration
- Specified by:
getErrorMessage
in classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
setDefaults
public void setDefaults()- Specified by:
setDefaults
in interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration
- Specified by:
setDefaults
in classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
setAttributes
-
getAttributes
- Specified by:
getAttributes
in interfacede.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
setLoadModels
public void setLoadModels(boolean loadModels) -
isLoadModels
public boolean isLoadModels()
-