Uses of Class
org.drools.reteoo.FactHandleList

Packages that use FactHandleList
org.drools.reteoo Interfaces for the Rete-OO algorithm. 
 

Uses of FactHandleList in org.drools.reteoo
 

Fields in org.drools.reteoo declared as FactHandleList
(package private) static FactHandleList FactHandleList.EMPTY_LIST
          Empty list for testing purposes only.
 

Methods in org.drools.reteoo with parameters of type FactHandleList
 boolean FactHandleList.containsAll(FactHandleList other)
          Determines if the list is a super-set of another list.
 

Constructors in org.drools.reteoo with parameters of type FactHandleList
FactHandleList(FactHandleList left, FactHandleList right)
          Join two lists.
 



Copyright © 2001-2005 The Codehaus. All Rights Reserved.