public interface TupleEntry
Modifier and Type | Method and Description |
---|---|
LeftTuple |
getLeftTuple() |
TupleEntry |
getNext() |
Memory |
getNodeMemory() |
PropagationContext |
getPropagationContext() |
int |
getPropagationType() |
RightTuple |
getRightTuple() |
void |
setNext(TupleEntry next) |
LeftTuple getLeftTuple()
RightTuple getRightTuple()
PropagationContext getPropagationContext()
Memory getNodeMemory()
int getPropagationType()
TupleEntry getNext()
void setNext(TupleEntry next)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.