Uses of Interface
org.optaplanner.core.impl.domain.variable.supply.Demand
-
-
Uses of Demand in org.optaplanner.core.impl.domain.variable.anchor
Classes in org.optaplanner.core.impl.domain.variable.anchor that implement Demand Modifier and Type Class Description classAnchorVariableDemandMethods in org.optaplanner.core.impl.domain.variable.anchor that return Demand Modifier and Type Method Description DemandAnchorShadowVariableDescriptor. getProvidedDemand() -
Uses of Demand in org.optaplanner.core.impl.domain.variable.custom
Classes in org.optaplanner.core.impl.domain.variable.custom that implement Demand Modifier and Type Class Description classCustomShadowVariableDemandUnlike otherDemands, 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 Modifier and Type Method Description DemandCustomShadowVariableDescriptor. getProvidedDemand() -
Uses of Demand in org.optaplanner.core.impl.domain.variable.descriptor
Methods in org.optaplanner.core.impl.domain.variable.descriptor that return Demand Modifier and Type Method Description abstract DemandShadowVariableDescriptor. getProvidedDemand() -
Uses of Demand in org.optaplanner.core.impl.domain.variable.inverserelation
Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement Demand Modifier and Type Class Description classCollectionInverseVariableDemandTo get an instance, demand aCollectionInverseVariableDemandfromInnerScoreDirector.getSupplyManager().classSingletonInverseVariableDemandMethods in org.optaplanner.core.impl.domain.variable.inverserelation that return Demand Modifier and Type Method Description DemandInverseRelationShadowVariableDescriptor. getProvidedDemand() -
Uses of Demand in org.optaplanner.core.impl.domain.variable.listener.support
Fields in org.optaplanner.core.impl.domain.variable.listener.support with type parameters of type Demand Modifier and Type Field Description protected Map<Demand,Supply>VariableListenerSupport. supplyMapMethods in org.optaplanner.core.impl.domain.variable.listener.support with parameters of type Demand Modifier and Type Method Description <S extends Supply>
SVariableListenerSupport. 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 Modifier and Type Method Description <S extends Supply>
SSupplyManager. demand(Demand<S> demand)
-