ABLE 2.3.0 07/13/2005 14:21:00

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

Packages that use AbleOclBag
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 AbleOclBag in com.ibm.able.rules
 

Methods in com.ibm.able.rules that return AbleOclBag
 AbleOclBag AbleOclSet.union(AbleOclBag theBag)
           
 AbleOclBag AbleOclOrderedSet.union(AbleOclBag theBag)
           
 AbleOclBag AbleOclCollection.asBag()
          Returns this collection as a new Bag.
 AbleOclBag AbleOclCollection.union(AbleOclBag theBag)
          Returns a new collection that is the union of this collection and the specified Bag.
 AbleOclBag AbleOclBag.union(AbleOclBag theBag)
           
 

Methods in com.ibm.able.rules with parameters of type AbleOclBag
 AbleOclCollection AbleOclSet.intersection(AbleOclBag theBag)
           
 AbleOclBag AbleOclSet.union(AbleOclBag theBag)
           
 AbleOclCollection AbleOclOrderedSet.intersection(AbleOclBag theBag)
           
 AbleOclBag AbleOclOrderedSet.union(AbleOclBag theBag)
           
 AbleOclCollection AbleOclCollection.intersection(AbleOclBag theBag)
          Returns a new collection that is the intersection of this collection and the specified Bag.
 AbleOclBag AbleOclCollection.union(AbleOclBag theBag)
          Returns a new collection that is the union of this collection and the specified Bag.
 AbleOclCollection AbleOclBag.intersection(AbleOclBag theBag)
           
 AbleOclBag AbleOclBag.union(AbleOclBag theBag)
           
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005