Uses of Interface
org.optaplanner.core.impl.domain.variable.index.IndexVariableSupply
-
Packages that use IndexVariableSupply Package Description org.optaplanner.core.impl.domain.variable.index org.optaplanner.core.impl.heuristic.selector.move.generic.list -
-
Uses of IndexVariableSupply in org.optaplanner.core.impl.domain.variable.index
Classes in org.optaplanner.core.impl.domain.variable.index that implement IndexVariableSupply Modifier and Type Class Description classExternalizedIndexVariableSupply<Solution_>Alternative toIndexVariableListener.classIndexVariableListener<Solution_>Methods in org.optaplanner.core.impl.domain.variable.index that return IndexVariableSupply Modifier and Type Method Description IndexVariableSupplyIndexVariableDemand. createExternalizedSupply(InnerScoreDirector<Solution_,?> scoreDirector) -
Uses of IndexVariableSupply in org.optaplanner.core.impl.heuristic.selector.move.generic.list
-