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

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

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

Methods in com.ibm.able.rules that return AbleOclSet
 AbleOclSet AbleOclSet.intersection(AbleOclSet theSet)
           
 AbleOclSet AbleOclSet.difference(AbleOclSet theSet)
           
 AbleOclSet AbleOclSet.symmetricDifference(AbleOclSet theSet)
           
 AbleOclSet AbleOclOrderedSet.intersection(AbleOclSet theSet)
           
 AbleOclSet AbleOclOrderedSet.difference(AbleOclSet theSet)
           
 AbleOclSet AbleOclOrderedSet.symmetricDifference(AbleOclSet theSet)
           
 AbleOclSet AbleOclCollection.product(AbleOclCollection theCollection)
          Determines the cartesian product of this collection and the specified collection.
 AbleOclSet AbleOclCollection.asSet()
          Returns this collection as a new Set.
 AbleOclSet AbleOclCollection.intersection(AbleOclSet theSet)
          Returns a new collection that is the intersection of this collection and the specified Set.
 AbleOclSet AbleOclCollection.difference(AbleOclSet theSet)
          Returns a new Set that is the difference of this Set and the specified Set.
 AbleOclSet AbleOclCollection.symmetricDifference(AbleOclSet theSet)
          Returns a new Set that is the symmetric difference of this Set and the specified Set.
 AbleOclSet AbleOclBag.intersection(AbleOclSet theSet)
           
 

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


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

(C) Copyright IBM Corporation 1999, 2005