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
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 List<BavetAbstractTuple>
getChildTupleList()
A
getFactA()
B
getFactB()
Object[]
getIndexProperties()
BavetJoinBridgeBiNode<A,B>
getNode()
void
setIndexProperties(Object[] indexProperties)
String
toString()
-
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
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:
getNode
in interfaceBavetTuple
- Specified by:
getNode
in classBavetAbstractTuple
-
getChildTupleList
public List<BavetAbstractTuple> getChildTupleList()
- Specified by:
getChildTupleList
in classBavetAbstractTuple
-
getFactA
public A getFactA()
- Specified by:
getFactA
in classBavetAbstractBiTuple<A,B>
-
getFactB
public B getFactB()
- Specified by:
getFactB
in classBavetAbstractBiTuple<A,B>
-
getIndexProperties
public Object[] getIndexProperties()
- Specified by:
getIndexProperties
in interfaceBavetJoinBridgeTuple
-
setIndexProperties
public void setIndexProperties(Object[] indexProperties)
- Specified by:
setIndexProperties
in interfaceBavetJoinBridgeTuple
-
-