Class BavetJoinBridgeUniTuple<A>
- java.lang.Object
-
- org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
-
- org.optaplanner.core.impl.score.stream.bavet.uni.BavetAbstractUniTuple<A>
-
- org.optaplanner.core.impl.score.stream.bavet.uni.BavetJoinBridgeUniTuple<A>
-
- All Implemented Interfaces:
BavetJoinBridgeTuple
,BavetTuple
public final class BavetJoinBridgeUniTuple<A> extends BavetAbstractUniTuple<A> implements BavetJoinBridgeTuple
-
-
Field Summary
Fields Modifier and Type Field Description protected BavetAbstractUniTuple<A>
parentTuple
-
Fields inherited from class org.optaplanner.core.impl.score.stream.bavet.common.BavetAbstractTuple
state
-
-
Constructor Summary
Constructors Constructor Description BavetJoinBridgeUniTuple(BavetJoinBridgeUniNode<A> node, BavetAbstractUniTuple<A> parentTuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BavetAbstractTuple>
getChildTupleList()
A
getFactA()
Object[]
getIndexProperties()
BavetJoinBridgeUniNode<A>
getNode()
void
setIndexProperties(Object[] indexProperties)
String
toString()
-
Methods inherited from class org.optaplanner.core.impl.score.stream.bavet.uni.BavetAbstractUniTuple
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 BavetAbstractUniTuple<A> parentTuple
-
-
Constructor Detail
-
BavetJoinBridgeUniTuple
public BavetJoinBridgeUniTuple(BavetJoinBridgeUniNode<A> node, BavetAbstractUniTuple<A> parentTuple)
-
-
Method Detail
-
getNode
public BavetJoinBridgeUniNode<A> 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 classBavetAbstractUniTuple<A>
-
getIndexProperties
public Object[] getIndexProperties()
- Specified by:
getIndexProperties
in interfaceBavetJoinBridgeTuple
-
setIndexProperties
public void setIndexProperties(Object[] indexProperties)
- Specified by:
setIndexProperties
in interfaceBavetJoinBridgeTuple
-
-