Uses of Class
ai.timefold.solver.core.impl.neighborhood.stream.joiner.DefaultBiNeighborhoodsJoiner
Packages that use DefaultBiNeighborhoodsJoiner
Package
Description
-
Uses of DefaultBiNeighborhoodsJoiner in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.bi
Constructors in ai.timefold.solver.core.impl.neighborhood.stream.enumerating.bi with parameters of type DefaultBiNeighborhoodsJoinerModifierConstructorDescriptionJoinBiEnumeratingStream(EnumeratingStreamFactory<Solution_> enumeratingStreamFactory, ForeBridgeUniEnumeratingStream<Solution_, A> leftParent, ForeBridgeUniEnumeratingStream<Solution_, B> rightParent, DefaultBiNeighborhoodsJoiner<A, B> joiner, @Nullable BiNeighborhoodsPredicate<Solution_, A, B> filtering) -
Uses of DefaultBiNeighborhoodsJoiner in ai.timefold.solver.core.impl.neighborhood.stream.joiner
Methods in ai.timefold.solver.core.impl.neighborhood.stream.joiner that return DefaultBiNeighborhoodsJoinerModifier and TypeMethodDescriptionDefaultBiNeighborhoodsJoiner.and(BiNeighborhoodsJoiner<A, B> otherJoiner) static <A,B> DefaultBiNeighborhoodsJoiner<A, B> DefaultBiNeighborhoodsJoiner.merge(List<DefaultBiNeighborhoodsJoiner<A, B>> joinerList) BiNeighborhoodsJoinerComber.mergedJoiner()Returns the value of themergedJoinerrecord component.Method parameters in ai.timefold.solver.core.impl.neighborhood.stream.joiner with type arguments of type DefaultBiNeighborhoodsJoinerModifier and TypeMethodDescriptionstatic <A,B> DefaultBiNeighborhoodsJoiner<A, B> DefaultBiNeighborhoodsJoiner.merge(List<DefaultBiNeighborhoodsJoiner<A, B>> joinerList) Constructors in ai.timefold.solver.core.impl.neighborhood.stream.joiner with parameters of type DefaultBiNeighborhoodsJoinerModifierConstructorDescriptionBiNeighborhoodsJoinerComber(DefaultBiNeighborhoodsJoiner<A, B> mergedJoiner, @Nullable BiNeighborhoodsPredicate<Solution_, A, B> mergedFiltering) Creates an instance of aBiNeighborhoodsJoinerComberrecord class.