Uses of Enum Class
ai.timefold.solver.core.impl.bavet.common.joiner.JoinerType
Packages that use JoinerType
Package
Description
-
Uses of JoinerType in ai.timefold.solver.core.impl.bavet.bi.joiner
Constructors in ai.timefold.solver.core.impl.bavet.bi.joiner with parameters of type JoinerTypeModifierConstructorDescriptionDefaultBiJoiner(Function<A, Property_> leftMapping, JoinerType joinerType, Function<B, Property_> rightMapping) -
Uses of JoinerType in ai.timefold.solver.core.impl.bavet.common.joiner
Fields in ai.timefold.solver.core.impl.bavet.common.joiner declared as JoinerTypeMethods in ai.timefold.solver.core.impl.bavet.common.joiner that return JoinerTypeModifier and TypeMethodDescriptionJoinerType.flip()final JoinerTypeAbstractJoiner.getJoinerType(int index) static JoinerTypeReturns the enum constant of this class with the specified name.static JoinerType[]JoinerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.timefold.solver.core.impl.bavet.common.joiner with parameters of type JoinerTypeModifierConstructorDescriptionprotectedAbstractJoiner(Function<Right_, Property_>[] rightMappings, JoinerType[] joinerTypes) protectedAbstractJoiner(Function<Right_, Property_> rightMapping, JoinerType joinerType) -
Uses of JoinerType in ai.timefold.solver.core.impl.bavet.penta.joiner
Constructors in ai.timefold.solver.core.impl.bavet.penta.joiner with parameters of type JoinerTypeModifierConstructorDescriptionDefaultPentaJoiner(QuadFunction<A, B, C, D, Property_> leftMapping, JoinerType joinerType, Function<E, Property_> rightMapping) -
Uses of JoinerType in ai.timefold.solver.core.impl.bavet.quad.joiner
Constructors in ai.timefold.solver.core.impl.bavet.quad.joiner with parameters of type JoinerTypeModifierConstructorDescriptionDefaultQuadJoiner(TriFunction<A, B, C, Property_> leftMapping, JoinerType joinerType, Function<D, Property_> rightMapping) -
Uses of JoinerType in ai.timefold.solver.core.impl.bavet.tri.joiner
Constructors in ai.timefold.solver.core.impl.bavet.tri.joiner with parameters of type JoinerTypeModifierConstructorDescriptionDefaultTriJoiner(BiFunction<A, B, Property_> leftMapping, JoinerType joinerType, Function<C, Property_> rightMapping)