Drools :: Core 6.0.0.Beta5

org.drools.core.common
Interface RightTupleSets

All Known Implementing Classes:
RightTupleSetsImpl, SynchronizedRightTupleSets

public interface RightTupleSets


Method Summary
 boolean addDelete(RightTuple rightTuple)
           
 boolean addInsert(RightTuple rightTuple)
           
 boolean addUpdate(RightTuple rightTuple)
           
 int deleteSize()
           
 RightTuple getDeleteFirst()
           
 RightTuple getInsertFirst()
           
 RightTuple getUpdateFirst()
           
 int insertSize()
           
 boolean isEmpty()
           
 void resetAll()
           
 RightTupleSets takeAll()
           
 String toString()
           
 String toStringSizes()
           
 int updateSize()
           
 

Method Detail

getInsertFirst

RightTuple getInsertFirst()

getDeleteFirst

RightTuple getDeleteFirst()

getUpdateFirst

RightTuple getUpdateFirst()

resetAll

void resetAll()

insertSize

int insertSize()

deleteSize

int deleteSize()

updateSize

int updateSize()

addInsert

boolean addInsert(RightTuple rightTuple)

addDelete

boolean addDelete(RightTuple rightTuple)

addUpdate

boolean addUpdate(RightTuple rightTuple)

takeAll

RightTupleSets takeAll()

toStringSizes

String toStringSizes()

toString

String toString()
Overrides:
toString in class Object

isEmpty

boolean isEmpty()

Drools :: Core 6.0.0.Beta5

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