Package org.drools.core.common
Interface TupleSets
- All Known Implementing Classes:
QueryElementNode.QueryElementNodeMemory.QueryTupleSets,TupleSetsImpl
public interface TupleSets
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanbooleanaddNormalizedDelete(TupleImpl leftTuple) voidbooleanvoidclear()clear also ensures all contained LeftTuples are cleared reset does not touch any contained tuplesintbooleanisEmpty()voidremoveDelete(TupleImpl leftTuple) voidremoveInsert(TupleImpl leftTuple) voidremoveUpdate(TupleImpl leftTuple) voidresetAll()takeAll()
-
Method Details
-
getInsertFirst
TupleImpl getInsertFirst() -
getDeleteFirst
TupleImpl getDeleteFirst() -
getUpdateFirst
TupleImpl getUpdateFirst() -
getInsertSize
int getInsertSize() -
resetAll
void resetAll() -
clear
void clear()clear also ensures all contained LeftTuples are cleared reset does not touch any contained tuples -
addInsert
-
addDelete
-
addUpdate
-
removeInsert
-
removeDelete
-
removeUpdate
-
addAll
-
addTo
-
takeAll
TupleSets takeAll() -
isEmpty
boolean isEmpty() -
toStringSizes
String toStringSizes() -
getNormalizedDeleteFirst
TupleImpl getNormalizedDeleteFirst() -
addNormalizedDelete
-