Class AbstractNestedIntervalsValueProviderStrategy<RETURN_TYPE>
java.lang.Object
org.palladiosimulator.experimentautomation.application.variation.valueprovider.AbstractNestedIntervalsValueProviderStrategy<RETURN_TYPE>
- All Implemented Interfaces:
IValueProviderStrategy<RETURN_TYPE>
- Direct Known Subclasses:
NestedIntervalsDoubleValueProviderStrategy
,NestedIntervalsLongValueProviderStrategy
public abstract class AbstractNestedIntervalsValueProviderStrategy<RETURN_TYPE>
extends Object
implements IValueProviderStrategy<RETURN_TYPE>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
abstract void
setMax
(RETURN_TYPE max) abstract void
setMin
(RETURN_TYPE min) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.experimentautomation.application.variation.valueprovider.IValueProviderStrategy
valueAtPosition
-
Field Details
-
converged
protected boolean converged
-
-
Constructor Details
-
AbstractNestedIntervalsValueProviderStrategy
public AbstractNestedIntervalsValueProviderStrategy()
-
-
Method Details
-
setMin
-
setMax
-
isConverged
public boolean isConverged()
-