站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

TupleMemory (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


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()
           
 

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()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.