Uses of Interface
ai.timefold.solver.core.impl.domain.variable.inverserelation.SingletonInverseVariableSupply
-
-
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.domain.variable.anchor
Fields in ai.timefold.solver.core.impl.domain.variable.anchor declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupplyAnchorVariableListener. nextVariableSupplyprotected SingletonInverseVariableSupplyExternalizedAnchorVariableSupply. nextVariableSupplyConstructors in ai.timefold.solver.core.impl.domain.variable.anchor with parameters of type SingletonInverseVariableSupply Constructor Description AnchorVariableListener(AnchorShadowVariableDescriptor<Solution_> anchorShadowVariableDescriptor, VariableDescriptor<Solution_> previousVariableDescriptor, SingletonInverseVariableSupply nextVariableSupply)ExternalizedAnchorVariableSupply(VariableDescriptor<Solution_> previousVariableDescriptor, SingletonInverseVariableSupply nextVariableSupply) -
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.domain.variable.inverserelation
Classes in ai.timefold.solver.core.impl.domain.variable.inverserelation that implement SingletonInverseVariableSupply Modifier and Type Class Description classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener.classExternalizedSingletonListInverseVariableSupply<Solution_>Alternative toSingletonListInverseVariableListener.classSingletonInverseVariableListener<Solution_>classSingletonListInverseVariableListener<Solution_>Methods in ai.timefold.solver.core.impl.domain.variable.inverserelation that return SingletonInverseVariableSupply Modifier and Type Method Description SingletonInverseVariableSupplySingletonInverseVariableDemand. createExternalizedSupply(SupplyManager supplyManager)SingletonInverseVariableSupplySingletonListInverseVariableDemand. createExternalizedSupply(SupplyManager supplyManager) -
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.list.nearby
Fields in ai.timefold.solver.core.impl.heuristic.selector.list.nearby declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupplyAbstractNearbyDestinationSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplyAbstractNearbyDestinationSelector. inverseVariableSupply -
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.move.generic
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.generic declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupplyChangeMoveSelector. inverseVariableSupplyFields in ai.timefold.solver.core.impl.heuristic.selector.move.generic with type parameters of type SingletonInverseVariableSupply Modifier and Type Field Description protected List<SingletonInverseVariableSupply>SwapMoveSelector. inverseVariableSupplyList -
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupplyKOptMove. inverseVariableSupplyprotected SingletonInverseVariableSupplyKOptMoveSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplySubChainChangeMoveSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplySubChainSwapMoveSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplyTailChainSwapMoveSelector. inverseVariableSupply -
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list
-
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt
Methods in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt with parameters of type SingletonInverseVariableSupply Modifier and Type Method Description <Node_> booleanEntityOrderInfo. between(Node_ start, Node_ middle, Node_ end, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply)intMultipleDelegateList. getIndexOfValue(ListVariableDescriptor<?> listVariableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, Object value)<Node_> Node_EntityOrderInfo. predecessor(Node_ object, ListVariableDescriptor<?> listVariableDescriptor, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply)<Node_> Node_EntityOrderInfo. successor(Node_ object, ListVariableDescriptor<?> listVariableDescriptor, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply)<Node_> EntityOrderInfoEntityOrderInfo. withNewNode(Node_ node, ListVariableDescriptor<?> listVariableDescriptor, SingletonInverseVariableSupply inverseVariableSupply)Constructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt with parameters of type SingletonInverseVariableSupply Constructor Description EntityOrderInfo(Node_[] pickedValues, SingletonInverseVariableSupply inverseVariableSupply, ListVariableDescriptor<?> listVariableDescriptor) -
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.value.chained
Fields in ai.timefold.solver.core.impl.heuristic.selector.value.chained declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupplyDefaultSubChainSelector. inverseVariableSupply -
Uses of SingletonInverseVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.value.decorator
Fields in ai.timefold.solver.core.impl.heuristic.selector.value.decorator declared as SingletonInverseVariableSupply Modifier and Type Field Description protected SingletonInverseVariableSupplyAbstractInverseEntityFilteringValueSelector. inverseVariableSupplyprotected SingletonInverseVariableSupplyAbstractInverseEntityFilteringValueSelector. inverseVariableSupply
-