Drools :: Core 6.1.0.Final

org.drools.core.phreak
Class RightTupleEntry

java.lang.Object
  extended by org.drools.core.phreak.RightTupleEntry
All Implemented Interfaces:
TupleEntry

public class RightTupleEntry
extends Object
implements TupleEntry


Constructor Summary
RightTupleEntry(RightTuple rt, PropagationContext pctx, Memory nodeMemory, int propagationType)
           
 
Method Summary
 LeftTuple getLeftTuple()
           
 TupleEntry getNext()
           
 Memory getNodeMemory()
           
 PropagationContext getPropagationContext()
           
 int getPropagationType()
           
 RightTuple getRightTuple()
           
 void setNext(TupleEntry next)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RightTupleEntry

public RightTupleEntry(RightTuple rt,
                       PropagationContext pctx,
                       Memory nodeMemory,
                       int propagationType)
Method Detail

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

Drools :: Core 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.