ABLE 2.0.0 07/02/2003 10:25:01

Uses of Class
com.ibm.able.rules.AbleSelector

Packages that use AbleSelector
com.ibm.able.rules The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. 
 

Uses of AbleSelector in com.ibm.able.rules
 

Methods in com.ibm.able.rules with parameters of type AbleSelector
 java.lang.Object AbleWorkingMemoryLib.find(AbleWorkingMemory wm, AbleSelector query)
          Find the first fact to match the query
 java.util.AbstractCollection AbleWorkingMemoryLib.findAll(AbleWorkingMemory wm, AbleSelector query)
          Find all facts that match the query
 java.lang.Object AbleObjectWorkingMemory.find(AbleSelector query)
          Given a query which is a pattern match rule Return the first object that matches the constraints
 java.util.AbstractCollection AbleObjectWorkingMemory.findAll(AbleSelector query)
          Given a query which is a pattern match rule Return the all objects that match the constraints
 java.lang.Object AblePredicateWorkingMemory.find(AbleSelector query)
          Given a query which is a pattern match rule Return the first object that matches the constraints
 java.util.AbstractCollection AblePredicateWorkingMemory.findAll(AbleSelector query)
          Given a query which is a pattern match rule Return the all objects that match the constraints
 java.lang.Object AbleWorkingMemory.find(AbleSelector query)
          Find the first fact to match the query
 java.util.AbstractCollection AbleWorkingMemory.findAll(AbleSelector query)
          Find all facts that match the query
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003