当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
FactHandleMemory (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.reteoo
Interface FactHandleMemory
- All Known Implementing Classes:
- FactHandleIndexHashTable, FactHashTable
public interface FactHandleMemory
iterator
Iterator iterator()
iterator
Iterator iterator(ReteTuple tuple)
add
boolean add(InternalFactHandle handle,
boolean checkExists)
add
boolean add(InternalFactHandle handle)
remove
boolean remove(InternalFactHandle handle)
contains
boolean contains(InternalFactHandle handle)
isIndexed
boolean isIndexed()
size
int size()
getTable
Entry[] getTable()
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.