Class BavetAbstractBiTuple<A,B>
- java.lang.Object
-
- org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
-
- org.optaplanner.core.impl.score.stream.bavet.bi.BavetAbstractBiTuple<A,B>
-
- All Implemented Interfaces:
BavetTuple
- Direct Known Subclasses:
BavetFilterBiTuple
,BavetGroupBiTuple
,BavetGroupBridgeBiTuple
,BavetJoinBiTuple
,BavetJoinBridgeBiTuple
,BavetScoringBiTuple
public abstract class BavetAbstractBiTuple<A,B> extends BavetAbstractTuple
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
state
-
-
Constructor Summary
Constructors Constructor Description BavetAbstractBiTuple()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract A
getFactA()
abstract B
getFactB()
Object[]
getFacts()
-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
getChildTupleList, getNode, getNodeIndex, getState, isActive, isDirty, setState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.optaplanner.core.impl.score.stream.bavet.common.BavetTuple
getFactsString
-
-