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