Uses of Interface
org.optaplanner.core.api.domain.valuerange.CountableValueRange
Packages that use CountableValueRange
Package
Description
Domain annotations and support classes for a planning value range.
- 
Uses of CountableValueRange in org.optaplanner.core.api.domain.valuerangeMethods in org.optaplanner.core.api.domain.valuerange that return CountableValueRangeModifier and TypeMethodDescriptionstatic CountableValueRange<BigDecimal>ValueRangeFactory.createBigDecimalValueRange(BigDecimal from, BigDecimal to) Build aCountableValueRangeof allBigDecimalvalues (of a specific scale) between 2 bounds.static CountableValueRange<BigDecimal>ValueRangeFactory.createBigDecimalValueRange(BigDecimal from, BigDecimal to, BigDecimal incrementUnit) Build aCountableValueRangeof a subset ofBigDecimalvalues (of a specific scale) between 2 bounds.static CountableValueRange<BigInteger>ValueRangeFactory.createBigIntegerValueRange(BigInteger from, BigInteger to) Build aCountableValueRangeof allBigIntegervalues between 2 bounds.static CountableValueRange<BigInteger>ValueRangeFactory.createBigIntegerValueRange(BigInteger from, BigInteger to, BigInteger incrementUnit) Build aCountableValueRangeof a subset ofBigIntegervalues between 2 bounds.static CountableValueRange<Boolean>ValueRangeFactory.createBooleanValueRange()Build aCountableValueRangeof bothbooleanvalues.static CountableValueRange<Integer>ValueRangeFactory.createIntValueRange(int from, int to) Build aCountableValueRangeof allintvalues between 2 bounds.static CountableValueRange<Integer>ValueRangeFactory.createIntValueRange(int from, int to, int incrementUnit) Build aCountableValueRangeof a subset ofintvalues between 2 bounds.static CountableValueRange<LocalDateTime>ValueRangeFactory.createLocalDateTimeValueRange(LocalDateTime from, LocalDateTime to, long incrementUnitAmount, TemporalUnit incrementUnitType) Build aCountableValueRangeof a subset ofLocalDateTimevalues between 2 bounds.static CountableValueRange<LocalDate>ValueRangeFactory.createLocalDateValueRange(LocalDate from, LocalDate to, long incrementUnitAmount, TemporalUnit incrementUnitType) Build aCountableValueRangeof a subset ofLocalDatevalues between 2 bounds.static CountableValueRange<LocalTime>ValueRangeFactory.createLocalTimeValueRange(LocalTime from, LocalTime to, long incrementUnitAmount, TemporalUnit incrementUnitType) Build aCountableValueRangeof a subset ofLocalTimevalues between 2 bounds.static CountableValueRange<Long>ValueRangeFactory.createLongValueRange(long from, long to) Build aCountableValueRangeof alllongvalues between 2 bounds.static CountableValueRange<Long>ValueRangeFactory.createLongValueRange(long from, long to, long incrementUnit) Build aCountableValueRangeof a subset oflongvalues between 2 bounds.static <Temporal_ extends Temporal & Comparable<? super Temporal_>>
 CountableValueRange<Temporal_>ValueRangeFactory.createTemporalValueRange(Temporal_ from, Temporal_ to, long incrementUnitAmount, TemporalUnit incrementUnitType) Build aCountableValueRangeof a subset ofTemporalvalues (such asLocalDateorLocalDateTime) between 2 bounds.
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerangeClasses in org.optaplanner.core.impl.domain.valuerange that implement CountableValueRangeModifier and TypeClassDescriptionclassAbstract superclass forCountableValueRange(and thereforeValueRange).
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.bigdecimalClasses in org.optaplanner.core.impl.domain.valuerange.buildin.bigdecimal that implement CountableValueRange
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.bigintegerClasses in org.optaplanner.core.impl.domain.valuerange.buildin.biginteger that implement CountableValueRange
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.collectionClasses in org.optaplanner.core.impl.domain.valuerange.buildin.collection that implement CountableValueRange
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.compositeClasses in org.optaplanner.core.impl.domain.valuerange.buildin.composite that implement CountableValueRangeModifier and TypeClassDescriptionclassclassclassConstructors in org.optaplanner.core.impl.domain.valuerange.buildin.composite with parameters of type CountableValueRangeModifierConstructorDescriptionNullableCountableValueRange(CountableValueRange<T> childValueRange) Constructor parameters in org.optaplanner.core.impl.domain.valuerange.buildin.composite with type arguments of type CountableValueRangeModifierConstructorDescriptionCompositeCountableValueRange(List<? extends CountableValueRange<T>> childValueRangeList) 
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.primbooleanClasses in org.optaplanner.core.impl.domain.valuerange.buildin.primboolean that implement CountableValueRange
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.primintClasses in org.optaplanner.core.impl.domain.valuerange.buildin.primint that implement CountableValueRange
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.primlongClasses in org.optaplanner.core.impl.domain.valuerange.buildin.primlong that implement CountableValueRange
- 
Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.temporalClasses in org.optaplanner.core.impl.domain.valuerange.buildin.temporal that implement CountableValueRangeModifier and TypeClassDescriptionclassTemporalValueRange<Temporal_ extends Temporal & Comparable<? super Temporal_>>