public final class BavetJoinBridgeBiTuple<A,B> extends BavetAbstractBiTuple<A,B> implements BavetJoinBridgeTuple
| Modifier and Type | Field and Description |
|---|---|
protected Set<BavetJoinTuple> |
childTupleSet |
protected BavetAbstractBiTuple<A,B> |
parentTuple |
state| Constructor and Description |
|---|
BavetJoinBridgeBiTuple(BavetJoinBridgeBiNode<A,B> node,
BavetAbstractBiTuple<A,B> parentTuple) |
| Modifier and Type | Method and Description |
|---|---|
Set<BavetJoinTuple> |
getChildTupleSet() |
A |
getFactA() |
B |
getFactB() |
Object[] |
getIndexProperties() |
BavetJoinBridgeBiNode<A,B> |
getNode() |
void |
refresh() |
void |
setIndexProperties(Object[] indexProperties) |
String |
toString() |
getFactsgetNodeOrder, getState, isActive, isDirty, refreshed, setStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFacts, getFactsStringprotected final BavetAbstractBiTuple<A,B> parentTuple
protected Set<BavetJoinTuple> childTupleSet
public BavetJoinBridgeBiTuple(BavetJoinBridgeBiNode<A,B> node, BavetAbstractBiTuple<A,B> parentTuple)
public void refresh()
refresh in class BavetAbstractTuplepublic BavetJoinBridgeBiNode<A,B> getNode()
getNode in interface BavetTuplepublic Set<BavetJoinTuple> getChildTupleSet()
public A getFactA()
getFactA in class BavetAbstractBiTuple<A,B>public B getFactB()
getFactB in class BavetAbstractBiTuple<A,B>public Object[] getIndexProperties()
getIndexProperties in interface BavetJoinBridgeTuplepublic void setIndexProperties(Object[] indexProperties)
setIndexProperties in interface BavetJoinBridgeTupleCopyright © 2006–2019 JBoss by Red Hat. All rights reserved.