Class BavetJoinBridgeBiTuple<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.BavetJoinBridgeBiTuple<A,B>
-
- All Implemented Interfaces:
BavetJoinBridgeTuple,BavetTuple
public final class BavetJoinBridgeBiTuple<A,B> extends BavetAbstractBiTuple<A,B> implements BavetJoinBridgeTuple
-
-
Field Summary
Fields Modifier and Type Field Description protected BavetAbstractBiTuple<A,B>parentTuple-
Fields inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
childTupleList, state
-
-
Constructor Summary
Constructors Constructor Description BavetJoinBridgeBiTuple(BavetJoinBridgeBiNode<A,B> node, BavetAbstractBiTuple<A,B> parentTuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetFactA()BgetFactB()Object[]getIndexProperties()BavetJoinBridgeBiNode<A,B>getNode()voidsetIndexProperties(Object[] indexProperties)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
getFacts, getFactsString
-
-
-
-
Field Detail
-
parentTuple
protected final BavetAbstractBiTuple<A,B> parentTuple
-
-
Constructor Detail
-
BavetJoinBridgeBiTuple
public BavetJoinBridgeBiTuple(BavetJoinBridgeBiNode<A,B> node, BavetAbstractBiTuple<A,B> parentTuple)
-
-
Method Detail
-
getNode
public BavetJoinBridgeBiNode<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>
-
getIndexProperties
public Object[] getIndexProperties()
- Specified by:
getIndexPropertiesin interfaceBavetJoinBridgeTuple
-
setIndexProperties
public void setIndexProperties(Object[] indexProperties)
- Specified by:
setIndexPropertiesin interfaceBavetJoinBridgeTuple
-
-