Class AbstractUncountableValueRange<T>
java.lang.Object
ai.timefold.solver.core.impl.domain.valuerange.AbstractUncountableValueRange<T>
- All Implemented Interfaces:
ValueRange<T>
- Direct Known Subclasses:
DoubleValueRange
@Deprecated(forRemoval=true,
since="1.1.0")
public abstract class AbstractUncountableValueRange<T>
extends Object
implements ValueRange<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract superclass for
ValueRange that is not a CountableValueRange).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.api.domain.valuerange.ValueRange
contains, createRandomIterator, isEmpty
-
Constructor Details
-
AbstractUncountableValueRange
public AbstractUncountableValueRange()Deprecated, for removal: This API element is subject to removal in a future version.
-
CountableValueRangeinstead, and configure a step.