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 classAnchorVariableDemand<Solution_>Methods in org.optaplanner.core.impl.domain.variable.anchor that return Demand Modifier and Type Method Description Demand<Solution_,?>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 Modifier and Type Class Description classCustomShadowVariableDemand<Solution_>Unlike 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 Demand<Solution_,?>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 Modifier and Type Method Description abstract Demand<Solution_,?>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 Modifier and Type Class Description classCollectionInverseVariableDemand<Solution_>To get an instance, demand aCollectionInverseVariableDemandfromInnerScoreDirector.getSupplyManager().classSingletonInverseVariableDemand<Solution_>Methods in org.optaplanner.core.impl.domain.variable.inverserelation that return Demand Modifier and Type Method Description Demand<Solution_,?>InverseRelationShadowVariableDescriptor. 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<Solution_,?>,Supply>VariableListenerSupport. supplyMapMethods in org.optaplanner.core.impl.domain.variable.listener.support with parameters of type Demand Modifier and Type Method Description <Supply_ extends Supply>
Supply_VariableListenerSupport. demand(Demand<Solution_,Supply_> 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 <Supply_ extends Supply>
Supply_SupplyManager. demand(Demand<Solution_,Supply_> demand)
-