public class LeftTupleEntry extends Object implements TupleEntry
| Constructor and Description |
|---|
LeftTupleEntry(LeftTuple lt,
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 LeftTupleEntry(LeftTuple lt, 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–2021 JBoss by Red Hat. All rights reserved.