org.drools.reteoo
Interface TupleMemory

All Known Implementing Classes:
TupleHashTable, TupleIndexHashTable

public interface TupleMemory


Method Summary
 void add(ReteTuple tuple)
           
 boolean contains(ReteTuple tuple)
           
 Entry[] getTable()
           
 boolean isIndexed()
           
 Iterator iterator()
           
 Iterator iterator(InternalFactHandle handle)
           
 ReteTuple remove(ReteTuple tuple)
           
 int size()
           
 Entry[] toArray()
           
 

Method Detail

iterator

Iterator iterator()

iterator

Iterator iterator(InternalFactHandle handle)

add

void add(ReteTuple tuple)

remove

ReteTuple remove(ReteTuple tuple)

contains

boolean contains(ReteTuple tuple)

isIndexed

boolean isIndexed()

size

int size()

getTable

Entry[] getTable()

toArray

Entry[] toArray()