Uses of Interface
ai.timefold.solver.core.preview.api.neighborhood.stream.function.BiNeighborhoodsMapper
Packages that use BiNeighborhoodsMapper
Package
Description
-
Uses of BiNeighborhoodsMapper in ai.timefold.solver.core.impl.neighborhood.stream
Methods in ai.timefold.solver.core.impl.neighborhood.stream that return BiNeighborhoodsMapperModifier and TypeMethodDescriptionDefaultMoveStreamFactory.ListVariableNodeSharingSupportFunctions.toElementPositionMapper()Returns the value of thetoElementPositionMapperrecord component.DefaultMoveStreamFactory.ListVariableNodeSharingSupportFunctions.toPositionInListMapper()Returns the value of thetoPositionInListMapperrecord component.Constructors in ai.timefold.solver.core.impl.neighborhood.stream with parameters of type BiNeighborhoodsMapperModifierConstructorDescriptionListVariableNodeSharingSupportFunctions(PlanningListVariableMetaModel<Solution_, Entity_, Value_> variableMetaModel, UniNeighborhoodsPredicate<Solution_, Value_> unpinnedValueFilter, UniNeighborhoodsPredicate<Solution_, Value_> assignedValueOrNullFilter, UniNeighborhoodsPredicate<Solution_, Value_> assignedValueFilter, BiNeighborhoodsPredicate<Solution_, Entity_, Value_> valueInRangeFilter, BiNeighborhoodsMapper<Solution_, Entity_, Value_, ElementPosition> toElementPositionMapper, BiNeighborhoodsMapper<Solution_, Entity_, Value_, PositionInList> toPositionInListMapper) Creates an instance of aListVariableNodeSharingSupportFunctionsrecord class. -
Uses of BiNeighborhoodsMapper in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.bi
Methods in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.bi with parameters of type BiNeighborhoodsMapperModifier and TypeMethodDescription<ResultA_> UniEnumeratingStream<Solution_,ResultA_> AbstractBiEnumeratingStream.map(BiNeighborhoodsMapper<Solution_, A, B, ResultA_> mapping) <ResultA_,ResultB_>
BiEnumeratingStream<Solution_,ResultA_, ResultB_> AbstractBiEnumeratingStream.map(BiNeighborhoodsMapper<Solution_, A, B, ResultA_> mappingA, BiNeighborhoodsMapper<Solution_, A, B, ResultB_> mappingB) -
Uses of BiNeighborhoodsMapper in ai.timefold.solver.core.preview.api.neighborhood.stream.enumerating
Methods in ai.timefold.solver.core.preview.api.neighborhood.stream.enumerating with parameters of type BiNeighborhoodsMapperModifier and TypeMethodDescription<ResultA_> UniEnumeratingStream<Solution_,ResultA_> BiEnumeratingStream.map(BiNeighborhoodsMapper<Solution_, A, B, ResultA_> mapping) As defined byUniEnumeratingStream.map(UniNeighborhoodsMapper).<ResultA_,ResultB_>
BiEnumeratingStream<Solution_,ResultA_, ResultB_> BiEnumeratingStream.map(BiNeighborhoodsMapper<Solution_, A, B, ResultA_> mappingA, BiNeighborhoodsMapper<Solution_, A, B, ResultB_> mappingB) As defined byBiEnumeratingStream.map(BiNeighborhoodsMapper), only resulting inBiEnumeratingStream.