Uses of Class
org.optaplanner.constraint.streams.bi.DefaultBiJoiner
-
-
Uses of DefaultBiJoiner in org.optaplanner.constraint.streams.bavet.bi
Constructors in org.optaplanner.constraint.streams.bavet.bi with parameters of type DefaultBiJoiner Constructor Description BavetJoinBiConstraintStream(BavetConstraintFactory<Solution_> constraintFactory, BavetJoinBridgeUniConstraintStream<Solution_,A> leftParent, BavetJoinBridgeUniConstraintStream<Solution_,B> rightParent, DefaultBiJoiner<A,B> joiner) -
Uses of DefaultBiJoiner in org.optaplanner.constraint.streams.bavet.common.index
Methods in org.optaplanner.constraint.streams.bavet.common.index with parameters of type DefaultBiJoiner Modifier and Type Method Description static <A,B>
Function<A,IndexProperties>JoinerUtils. combineLeftMappings(DefaultBiJoiner<A,B> joiner) -
Uses of DefaultBiJoiner in org.optaplanner.constraint.streams.bavet.uni
Constructors in org.optaplanner.constraint.streams.bavet.uni with parameters of type DefaultBiJoiner Constructor Description BavetIfExistsUniConstraintStream(BavetConstraintFactory<Solution_> constraintFactory, BavetAbstractUniConstraintStream<Solution_,A> parentA, BavetIfExistsBridgeUniConstraintStream<Solution_,B> parentBridgeB, boolean shouldExist, DefaultBiJoiner<A,B> joiner, BiPredicate<A,B> filtering) -
Uses of DefaultBiJoiner in org.optaplanner.constraint.streams.bi
Methods in org.optaplanner.constraint.streams.bi that return DefaultBiJoiner Modifier and Type Method Description DefaultBiJoiner<A,B>DefaultBiJoiner. and(org.optaplanner.core.api.score.stream.bi.BiJoiner<A,B> otherJoiner)DefaultBiJoiner<A,B>BiJoinerComber. getMergedJoiner()static <A,B>
DefaultBiJoiner<A,B>DefaultBiJoiner. merge(List<DefaultBiJoiner<A,B>> joinerList)Methods in org.optaplanner.constraint.streams.bi with parameters of type DefaultBiJoiner Modifier and Type Method Description voidBiJoinerComber. addJoiner(DefaultBiJoiner<A,B> extraJoiner)Method parameters in org.optaplanner.constraint.streams.bi with type arguments of type DefaultBiJoiner Modifier and Type Method Description static <A,B>
DefaultBiJoiner<A,B>DefaultBiJoiner. merge(List<DefaultBiJoiner<A,B>> joinerList)Constructors in org.optaplanner.constraint.streams.bi with parameters of type DefaultBiJoiner Constructor Description BiJoinerComber(DefaultBiJoiner<A,B> mergedJoiner, BiPredicate<A,B> mergedFiltering) -
Uses of DefaultBiJoiner in org.optaplanner.constraint.streams.drools.common
Methods in org.optaplanner.constraint.streams.drools.common with parameters of type DefaultBiJoiner Modifier and Type Method Description <LeftJoinVar_>
PatternVariable<A,PatternVar_,Child_>PatternVariable. filterForJoin(org.drools.model.Variable<LeftJoinVar_> leftJoinVar, DefaultBiJoiner<LeftJoinVar_,A> joiner, org.optaplanner.core.impl.score.stream.JoinerType joinerType, int mappingIndex)
-