Class ExperimentAutomationConfiguration
java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.launchconfig.core.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.core.AbstractWorkflowBasedRunConfiguration
implements de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedRunConfiguration
isDebug, isInteractiveFields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAttributes(Map<String, Object> attributes) voidvoidsetExperiments(List<Experiment> experiments) voidsetLoadModels(boolean loadModels) Methods inherited from class de.uka.ipd.sdq.workflow.launchconfig.core.AbstractWorkflowBasedRunConfiguration
clone, isDebug, isInteractive, setDebug, setInteractiveMethods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
checkFixed, isFrozen, isValid, validateAndFreezeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
isValid
-
Constructor Details
-
ExperimentAutomationConfiguration
public ExperimentAutomationConfiguration()
-
-
Method Details
-
setExperiments
-
getExperiments
-
getErrorMessage
- Specified by:
getErrorMessagein interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration- Specified by:
getErrorMessagein classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
setDefaults
public void setDefaults()- Specified by:
setDefaultsin interfacede.uka.ipd.sdq.workflow.configuration.IJobConfiguration- Specified by:
setDefaultsin classde.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
-
setAttributes
-
getAttributes
- Specified by:
getAttributesin interfacede.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
setLoadModels
public void setLoadModels(boolean loadModels) -
isLoadModels
public boolean isLoadModels()
-