Class BavetFilterBiTuple<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>
-
- org.optaplanner.core.impl.score.stream.bavet.bi.BavetFilterBiTuple<A,B>
-
- All Implemented Interfaces:
BavetTuple
public final class BavetFilterBiTuple<A,B> extends BavetAbstractBiTuple<A,B>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
childTupleList, state
-
-
Constructor Summary
Constructors Constructor Description BavetFilterBiTuple(BavetFilterBiNode<A,B> node, BavetAbstractBiTuple<A,B> parentTuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetFactA()BgetFactB()BavetFilterBiNode<A,B>getNode()StringtoString()-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.bi.BavetAbstractBiTuple
getFacts
-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
getChildTupleList, getNodeIndex, getState, isActive, isDirty, setState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.optaplanner.core.impl.score.stream.bavet.common.BavetTuple
getFactsString
-
-
-
-
Constructor Detail
-
BavetFilterBiTuple
public BavetFilterBiTuple(BavetFilterBiNode<A,B> node, BavetAbstractBiTuple<A,B> parentTuple)
-
-
Method Detail
-
getNode
public BavetFilterBiNode<A,B> getNode()
- Specified by:
getNodein interfaceBavetTuple- Specified by:
getNodein classBavetAbstractTuple
-
getFactA
public A getFactA()
- Specified by:
getFactAin classBavetAbstractBiTuple<A,B>
-
getFactB
public B getFactB()
- Specified by:
getFactBin classBavetAbstractBiTuple<A,B>
-
-