OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Interface
org.optaplanner.core.impl.domain.variable.supply.Demand

Packages that use Demand
org.optaplanner.core.impl.domain.variable.anchor   
org.optaplanner.core.impl.domain.variable.custom   
org.optaplanner.core.impl.domain.variable.descriptor   
org.optaplanner.core.impl.domain.variable.inverserelation   
org.optaplanner.core.impl.domain.variable.listener   
org.optaplanner.core.impl.domain.variable.supply   
 

Uses of Demand in org.optaplanner.core.impl.domain.variable.anchor
 

Classes in org.optaplanner.core.impl.domain.variable.anchor that implement Demand
 class AnchorVariableDemand
           
 

Methods in org.optaplanner.core.impl.domain.variable.anchor that return Demand
 Demand AnchorShadowVariableDescriptor.getProvidedDemand()
           
 

Uses of Demand in org.optaplanner.core.impl.domain.variable.custom
 

Classes in org.optaplanner.core.impl.domain.variable.custom that implement Demand
 class CustomShadowVariableDemand
          Unlike other Demands, a custom demand isn't equalized based on its sources, but based on its target.
 

Methods in org.optaplanner.core.impl.domain.variable.custom that return Demand
 Demand CustomShadowVariableDescriptor.getProvidedDemand()
           
 

Uses of Demand in org.optaplanner.core.impl.domain.variable.descriptor
 

Methods in org.optaplanner.core.impl.domain.variable.descriptor that return Demand
abstract  Demand ShadowVariableDescriptor.getProvidedDemand()
           
 

Uses of Demand in org.optaplanner.core.impl.domain.variable.inverserelation
 

Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement Demand
 class SingletonInverseVariableDemand
           
 

Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return Demand
 Demand InverseRelationShadowVariableDescriptor.getProvidedDemand()
           
 

Uses of Demand in org.optaplanner.core.impl.domain.variable.listener
 

Fields in org.optaplanner.core.impl.domain.variable.listener with type parameters of type Demand
protected  Map<Demand,Supply> VariableListenerSupport.supplyMap
           
 

Methods in org.optaplanner.core.impl.domain.variable.listener with parameters of type Demand
<S extends Supply>
S
VariableListenerSupport.demand(Demand<S> demand)
           
 

Uses of Demand in org.optaplanner.core.impl.domain.variable.supply
 

Methods in org.optaplanner.core.impl.domain.variable.supply with parameters of type Demand
<S extends Supply>
S
SupplyManager.demand(Demand<S> demand)
          Returns the Supply for a Demand, preferably an existing one.
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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