|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Demand s, 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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
SupplyManager.demand(Demand<S> demand)
Returns the Supply for a Demand , preferably an existing one. |
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |