Class SensitivityAnalysisConfiguration
java.lang.Object
org.palladiosimulator.analyzer.workflow.runconfig.SensitivityAnalysisConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorDescriptionSensitivityAnalysisConfiguration
(String shortName, String variableURI, double min, double max, double step) -
Method Summary
-
Constructor Details
-
SensitivityAnalysisConfiguration
-
-
Method Details
-
getCurrent
public double getCurrent() -
getMax
public double getMax() -
getMin
public double getMin() -
getStep
public double getStep() -
getVariable
-
getRunNo
public int getRunNo() -
getNext
-
getFirst
-
toString
-
getShortName
-
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getClone
- Returns:
- A clone of this instance.
-