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 Objectclone()SensitivityAnalysisConfigurationgetClone()doublegetCurrent()SensitivityAnalysisConfigurationgetFirst()doublegetMax()doublegetMin()SensitivityAnalysisConfigurationgetNext()intgetRunNo()StringgetShortName()doublegetStep()StringgetVariable()StringtoString()
-
-
-
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:
clonein classObject- Throws:
CloneNotSupportedException
-
getClone
public SensitivityAnalysisConfiguration getClone()
- Returns:
- A clone of this instance.
-
-