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 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-2014 JBoss by Red Hat. All Rights Reserved.