Uses of Interface
org.optaplanner.core.impl.domain.variable.supply.Supply
-
-
Uses of Supply in org.optaplanner.core.impl.domain.variable.anchor
Subinterfaces of Supply in org.optaplanner.core.impl.domain.variable.anchor Modifier and Type Interface Description interfaceAnchorVariableSupplyOnly supported for chained variables.Classes in org.optaplanner.core.impl.domain.variable.anchor that implement Supply Modifier and Type Class Description classAnchorVariableListener<Solution_>classExternalizedAnchorVariableSupplyAlternative toAnchorVariableListener. -
Uses of Supply in org.optaplanner.core.impl.domain.variable.inverserelation
Subinterfaces of Supply in org.optaplanner.core.impl.domain.variable.inverserelation Modifier and Type Interface Description interfaceCollectionInverseVariableSupplyinterfaceSingletonInverseVariableSupplyCurrently only supported for chained variables, which guarantee that no 2 entities use the same planningValue.Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement Supply Modifier and Type Class Description classCollectionInverseVariableListenerclassExternalizedCollectionInverseVariableSupplyAlternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupplyAlternative toSingletonInverseVariableListener.classSingletonInverseVariableListener -
Uses of Supply in org.optaplanner.core.impl.domain.variable.listener
Subinterfaces of Supply in org.optaplanner.core.impl.domain.variable.listener Modifier and Type Interface Description interfaceSourcedVariableListener<Entity_>Often used to externalize data for aSupplyfrom the domain model itself.interfaceStatefulVariableListener<Entity_>Deprecated.VariableListenercan now be stateful too.interfaceVariableListener<Entity_>Deprecated.in favor ofVariableListener -
Uses of Supply in org.optaplanner.core.impl.domain.variable.listener.support
Fields in org.optaplanner.core.impl.domain.variable.listener.support with type parameters of type Supply Modifier and Type Field Description protected Map<Demand,Supply>VariableListenerSupport. supplyMapMethods in org.optaplanner.core.impl.domain.variable.listener.support with type parameters of type Supply Modifier and Type Method Description <S extends Supply>
SVariableListenerSupport. demand(Demand<S> demand) -
Uses of Supply in org.optaplanner.core.impl.domain.variable.supply
Classes in org.optaplanner.core.impl.domain.variable.supply with type parameters of type Supply Modifier and Type Interface Description interfaceDemand<S extends Supply>A subsystem submits a demand for aSupply.Methods in org.optaplanner.core.impl.domain.variable.supply with type parameters of type Supply Modifier and Type Method Description <S extends Supply>
SSupplyManager. demand(Demand<S> demand)
-