Class SensitivityAnalysisConfiguration
- java.lang.Object
-
- org.palladiosimulator.analyzer.workflow.runconfig.SensitivityAnalysisConfiguration
-
-
Constructor Summary
Constructors Constructor Description SensitivityAnalysisConfiguration(String shortName, String variableURI, double min, double max, double step)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
clone()
SensitivityAnalysisConfiguration
getClone()
double
getCurrent()
SensitivityAnalysisConfiguration
getFirst()
double
getMax()
double
getMin()
SensitivityAnalysisConfiguration
getNext()
int
getRunNo()
String
getShortName()
double
getStep()
String
getVariable()
String
toString()
-
-
-
Method Detail
-
getCurrent
public double getCurrent()
-
getMax
public double getMax()
-
getMin
public double getMin()
-
getStep
public double getStep()
-
getVariable
public String getVariable()
-
getRunNo
public int getRunNo()
-
getNext
public SensitivityAnalysisConfiguration getNext()
-
getFirst
public SensitivityAnalysisConfiguration getFirst()
-
getShortName
public String getShortName()
-
clone
protected Object clone() throws CloneNotSupportedException
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
getClone
public SensitivityAnalysisConfiguration getClone()
- Returns:
- A clone of this instance.
-
-