public class RightTupleEntry extends Object implements TupleEntry
| Constructor and Description |
|---|
RightTupleEntry(RightTuple rt,
PropagationContext pctx,
Memory nodeMemory,
int propagationType) |
| Modifier and Type | Method and Description |
|---|---|
LeftTuple |
getLeftTuple() |
TupleEntry |
getNext() |
Memory |
getNodeMemory() |
PropagationContext |
getPropagationContext() |
int |
getPropagationType() |
RightTuple |
getRightTuple() |
void |
setNext(TupleEntry next) |
String |
toString() |
public RightTupleEntry(RightTuple rt, PropagationContext pctx, Memory nodeMemory, int propagationType)
public LeftTuple getLeftTuple()
getLeftTuple in interface TupleEntrypublic RightTuple getRightTuple()
getRightTuple in interface TupleEntrypublic PropagationContext getPropagationContext()
getPropagationContext in interface TupleEntrypublic Memory getNodeMemory()
getNodeMemory in interface TupleEntrypublic int getPropagationType()
getPropagationType in interface TupleEntrypublic TupleEntry getNext()
getNext in interface TupleEntrypublic void setNext(TupleEntry next)
setNext in interface TupleEntryCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.