Class NestedIntervalsDoubleValueProviderStrategy
- java.lang.Object
-
- org.palladiosimulator.experimentautomation.application.variation.valueprovider.AbstractNestedIntervalsValueProviderStrategy<Double>
-
- org.palladiosimulator.experimentautomation.application.variation.valueprovider.NestedIntervalsDoubleValueProviderStrategy
-
- All Implemented Interfaces:
IValueProviderStrategy<Double>
public class NestedIntervalsDoubleValueProviderStrategy extends AbstractNestedIntervalsValueProviderStrategy<Double>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.experimentautomation.application.variation.valueprovider.AbstractNestedIntervalsValueProviderStrategy
converged
-
-
Constructor Summary
Constructors Constructor Description NestedIntervalsDoubleValueProviderStrategy(NestedIntervalsDoubleValueProvider specification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setMax(Double max)
void
setMin(Double min)
String
toString()
Double
valueAtPosition(int position)
-
Methods inherited from class org.palladiosimulator.experimentautomation.application.variation.valueprovider.AbstractNestedIntervalsValueProviderStrategy
isConverged
-
-
-
-
Constructor Detail
-
NestedIntervalsDoubleValueProviderStrategy
public NestedIntervalsDoubleValueProviderStrategy(NestedIntervalsDoubleValueProvider specification)
-
-
Method Detail
-
valueAtPosition
public Double valueAtPosition(int position)
-
setMin
public void setMin(Double min)
- Specified by:
setMin
in classAbstractNestedIntervalsValueProviderStrategy<Double>
-
setMax
public void setMax(Double max)
- Specified by:
setMax
in classAbstractNestedIntervalsValueProviderStrategy<Double>
-
-