org.drools.core.common
Interface RightTupleSets
- All Known Implementing Classes:
- RightTupleSetsImpl, SynchronizedRightTupleSets
public interface RightTupleSets
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()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.