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_>classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener. -
Uses of Supply in org.optaplanner.core.impl.domain.variable.index
Subinterfaces of Supply in org.optaplanner.core.impl.domain.variable.index Modifier and Type Interface Description interfaceIndexVariableSupplyOnly supported forlist variables.Classes in org.optaplanner.core.impl.domain.variable.index that implement Supply Modifier and Type Class Description classExternalizedIndexVariableSupply<Solution_>Alternative toIndexVariableListener.classIndexVariableListener<Solution_> -
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 andlist 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 classCollectionInverseVariableListener<Solution_>classExternalizedCollectionInverseVariableSupply<Solution_>Alternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener.classExternalizedSingletonListInverseVariableSupply<Solution_>Alternative toSingletonListInverseVariableListener.classSingletonInverseVariableListener<Solution_>classSingletonListInverseVariableListener<Solution_> -
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<Solution_,Entity_>Used to externalize data for aSupplyfrom the domain model itself. -
Uses of Supply in org.optaplanner.core.impl.domain.variable.listener.support
Methods in org.optaplanner.core.impl.domain.variable.listener.support with type parameters of type Supply Modifier and Type Method Description <Supply_ extends Supply>
Supply_VariableListenerSupport. demand(Demand<Solution_,Supply_> 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<Solution_,Supply_ 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 <Supply_ extends Supply>
Supply_SupplyManager. demand(Demand<Solution_,Supply_> demand)
-