Uses of Class
org.optaplanner.constraint.streams.tri.DefaultTriJoiner
-
-
Uses of DefaultTriJoiner in org.optaplanner.constraint.streams.bavet.bi
Constructors in org.optaplanner.constraint.streams.bavet.bi with parameters of type DefaultTriJoiner Constructor Description BavetIfExistsBiConstraintStream(BavetConstraintFactory<Solution_> constraintFactory, BavetAbstractBiConstraintStream<Solution_,A,B> parentAB, BavetIfExistsBridgeUniConstraintStream<Solution_,C> parentBridgeC, boolean shouldExist, DefaultTriJoiner<A,B,C> joiner, org.optaplanner.core.api.function.TriPredicate<A,B,C> filtering) -
Uses of DefaultTriJoiner in org.optaplanner.constraint.streams.bavet.common.index
Methods in org.optaplanner.constraint.streams.bavet.common.index with parameters of type DefaultTriJoiner Modifier and Type Method Description static <A,B,C>
BiFunction<A,B,IndexProperties>JoinerUtils. combineLeftMappings(DefaultTriJoiner<A,B,C> joiner) -
Uses of DefaultTriJoiner in org.optaplanner.constraint.streams.bavet.tri
Constructors in org.optaplanner.constraint.streams.bavet.tri with parameters of type DefaultTriJoiner Constructor Description BavetJoinTriConstraintStream(BavetConstraintFactory<Solution_> constraintFactory, BavetJoinBridgeBiConstraintStream<Solution_,A,B> leftParent, BavetJoinBridgeUniConstraintStream<Solution_,C> rightParent, DefaultTriJoiner<A,B,C> joiner) -
Uses of DefaultTriJoiner in org.optaplanner.constraint.streams.drools.common
Methods in org.optaplanner.constraint.streams.drools.common with parameters of type DefaultTriJoiner Modifier and Type Method Description <LeftJoinVarA_,LeftJoinVarB_>
PatternVariable<A,PatternVar_,Child_>PatternVariable. filterForJoin(org.drools.model.Variable<LeftJoinVarA_> leftJoinVarA, org.drools.model.Variable<LeftJoinVarB_> leftJoinVarB, DefaultTriJoiner<LeftJoinVarA_,LeftJoinVarB_,A> joiner, org.optaplanner.core.impl.score.stream.JoinerType joinerType, int mappingIndex) -
Uses of DefaultTriJoiner in org.optaplanner.constraint.streams.tri
Methods in org.optaplanner.constraint.streams.tri that return DefaultTriJoiner Modifier and Type Method Description DefaultTriJoiner<A,B,C>DefaultTriJoiner. and(org.optaplanner.core.api.score.stream.tri.TriJoiner<A,B,C> otherJoiner)DefaultTriJoiner<A,B,C>TriJoinerComber. getMergedJoiner()static <A,B,C>
DefaultTriJoiner<A,B,C>DefaultTriJoiner. merge(List<DefaultTriJoiner<A,B,C>> joinerList)Method parameters in org.optaplanner.constraint.streams.tri with type arguments of type DefaultTriJoiner Modifier and Type Method Description static <A,B,C>
DefaultTriJoiner<A,B,C>DefaultTriJoiner. merge(List<DefaultTriJoiner<A,B,C>> joinerList)Constructors in org.optaplanner.constraint.streams.tri with parameters of type DefaultTriJoiner Constructor Description TriJoinerComber(DefaultTriJoiner<A,B,C> mergedJoiner, org.optaplanner.core.api.function.TriPredicate<A,B,C> mergedFiltering)
-