站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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


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

Method Detail

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.