org.drools.core.phreak
Class LeftTupleEntry
java.lang.Object
org.drools.core.phreak.LeftTupleEntry
- All Implemented Interfaces:
- TupleEntry
public class LeftTupleEntry
- extends Object
- implements TupleEntry
LeftTupleEntry
public LeftTupleEntry(LeftTuple lt,
PropagationContext pctx,
Memory nodeMemory,
int propagationType)
getLeftTuple
public LeftTuple getLeftTuple()
- Specified by:
getLeftTuple in interface TupleEntry
getRightTuple
public RightTuple getRightTuple()
- Specified by:
getRightTuple in interface TupleEntry
getPropagationContext
public PropagationContext getPropagationContext()
- Specified by:
getPropagationContext in interface TupleEntry
getNodeMemory
public Memory getNodeMemory()
- Specified by:
getNodeMemory in interface TupleEntry
getPropagationType
public int getPropagationType()
- Specified by:
getPropagationType in interface TupleEntry
toString
public String toString()
- Overrides:
toString in class Object
getNext
public TupleEntry getNext()
- Specified by:
getNext in interface TupleEntry
setNext
public void setNext(TupleEntry next)
- Specified by:
setNext in interface TupleEntry
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.