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 TupleEntry
public RightTuple getRightTuple()
getRightTuple
in interface TupleEntry
public PropagationContext getPropagationContext()
getPropagationContext
in interface TupleEntry
public Memory getNodeMemory()
getNodeMemory
in interface TupleEntry
public int getPropagationType()
getPropagationType
in interface TupleEntry
public TupleEntry getNext()
getNext
in interface TupleEntry
public void setNext(TupleEntry next)
setNext
in interface TupleEntry
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.