public final class BavetJoinBridgeUniTuple<A> extends BavetAbstractUniTuple<A> implements BavetJoinBridgeTuple
| Modifier and Type | Field and Description |
|---|---|
protected Set<BavetJoinTuple> |
childTupleSet |
protected BavetAbstractUniTuple<A> |
parentTuple |
state| Constructor and Description |
|---|
BavetJoinBridgeUniTuple(BavetJoinBridgeUniNode<A> node,
BavetAbstractUniTuple<A> parentTuple) |
| Modifier and Type | Method and Description |
|---|---|
Set<BavetJoinTuple> |
getChildTupleSet() |
A |
getFactA() |
Object[] |
getIndexProperties() |
BavetJoinBridgeUniNode<A> |
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 BavetAbstractUniTuple<A> parentTuple
protected Set<BavetJoinTuple> childTupleSet
public BavetJoinBridgeUniTuple(BavetJoinBridgeUniNode<A> node, BavetAbstractUniTuple<A> parentTuple)
public void refresh()
refresh in class BavetAbstractTuplepublic BavetJoinBridgeUniNode<A> getNode()
getNode in interface BavetTuplepublic Set<BavetJoinTuple> getChildTupleSet()
public A getFactA()
getFactA in class BavetAbstractUniTuple<A>public Object[] getIndexProperties()
getIndexProperties in interface BavetJoinBridgeTuplepublic void setIndexProperties(Object[] indexProperties)
setIndexProperties in interface BavetJoinBridgeTupleCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.