OptaPlanner core 6.2.0.Beta1

Uses of Interface
org.optaplanner.core.api.domain.valuerange.CountableValueRange

Packages that use CountableValueRange
org.optaplanner.core.api.domain.valuerange   
org.optaplanner.core.impl.domain.valuerange   
org.optaplanner.core.impl.domain.valuerange.buildin.bigdecimal   
org.optaplanner.core.impl.domain.valuerange.buildin.collection   
org.optaplanner.core.impl.domain.valuerange.buildin.composite   
org.optaplanner.core.impl.domain.valuerange.buildin.primint   
 

Uses of CountableValueRange in org.optaplanner.core.api.domain.valuerange
 

Methods in org.optaplanner.core.api.domain.valuerange that return CountableValueRange
static CountableValueRange<BigDecimal> ValueRangeFactory.createBigDecimalValueRange(BigDecimal from, BigDecimal to)
          All parameters must have the same BigDecimal.scale().
static CountableValueRange<BigDecimal> ValueRangeFactory.createBigDecimalValueRange(BigDecimal from, BigDecimal to, BigDecimal incrementUnit)
          All parameters must have the same BigDecimal.scale().
static CountableValueRange<Integer> ValueRangeFactory.createIntValueRange(int from, int to)
           
static CountableValueRange<Integer> ValueRangeFactory.createIntValueRange(int from, int to, int incrementUnit)
           
 

Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange
 

Classes in org.optaplanner.core.impl.domain.valuerange that implement CountableValueRange
 class AbstractCountableValueRange<T>
          Abstract superclass for CountableValueRange (and therefore ValueRange).
 

Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.bigdecimal
 

Classes in org.optaplanner.core.impl.domain.valuerange.buildin.bigdecimal that implement CountableValueRange
 class BigDecimalValueRange
           
 

Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.collection
 

Classes in org.optaplanner.core.impl.domain.valuerange.buildin.collection that implement CountableValueRange
 class ListValueRange<T>
           
 

Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.composite
 

Classes in org.optaplanner.core.impl.domain.valuerange.buildin.composite that implement CountableValueRange
 class CompositeCountableValueRange<T>
           
 class EmptyValueRange<T>
           
 class NullableCountableValueRange<T>
           
 

Constructors in org.optaplanner.core.impl.domain.valuerange.buildin.composite with parameters of type CountableValueRange
NullableCountableValueRange(CountableValueRange<T> childValueRange)
           
 

Constructor parameters in org.optaplanner.core.impl.domain.valuerange.buildin.composite with type arguments of type CountableValueRange
CompositeCountableValueRange(List<? extends CountableValueRange<T>> childValueRangeList)
           
 

Uses of CountableValueRange in org.optaplanner.core.impl.domain.valuerange.buildin.primint
 

Classes in org.optaplanner.core.impl.domain.valuerange.buildin.primint that implement CountableValueRange
 class IntValueRange
           
 


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.