Drools :: Core 6.1.0.Beta1

org.drools.core.phreak
Interface TupleEntry

All Known Implementing Classes:
LeftTupleEntry, RightTupleEntry

public interface TupleEntry


Method Summary
 LeftTuple getLeftTuple()
           
 Memory getNodeMemory()
           
 PropagationContext getPropagationContext()
           
 int getPropagationType()
           
 RightTuple getRightTuple()
           
 

Method Detail

getLeftTuple

LeftTuple getLeftTuple()

getRightTuple

RightTuple getRightTuple()

getPropagationContext

PropagationContext getPropagationContext()

getNodeMemory

Memory getNodeMemory()

getPropagationType

int getPropagationType()

Drools :: Core 6.1.0.Beta1

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