Class AbstractJoiner<Right_>
java.lang.Object
org.optaplanner.constraint.streams.common.AbstractJoiner<Right_>
- Direct Known Subclasses:
DefaultBiJoiner,DefaultPentaJoiner,DefaultQuadJoiner,DefaultTriJoiner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.optaplanner.core.impl.score.stream.JoinerType[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractJoiner(Function<Right_, Property_>[] rightMappings, org.optaplanner.core.impl.score.stream.JoinerType[] joinerTypes) protectedAbstractJoiner(Function<Right_, Property_> rightMapping, org.optaplanner.core.impl.score.stream.JoinerType joinerType) -
Method Summary
Modifier and TypeMethodDescriptionfinal intfinal org.optaplanner.core.impl.score.stream.JoinerTypegetJoinerType(int index) getRightMapping(int index)
-
Field Details
-
rightMappings
-
joinerTypes
protected final org.optaplanner.core.impl.score.stream.JoinerType[] joinerTypes
-
-
Constructor Details
-
AbstractJoiner
-
AbstractJoiner
-
-
Method Details
-
getRightMapping
-
getJoinerCount
public final int getJoinerCount() -
getJoinerType
public final org.optaplanner.core.impl.score.stream.JoinerType getJoinerType(int index)
-