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
Fields Modifier and Type Field Description protected boolean
converged
-
Constructor Summary
Constructors Constructor Description AbstractNestedIntervalsValueProviderStrategy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
isConverged()
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
-
-
-
-
Method Detail
-
setMin
public abstract void setMin(RETURN_TYPE min)
-
setMax
public abstract void setMax(RETURN_TYPE max)
-
isConverged
public boolean isConverged()
-
-