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

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

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

Methods in com.ibm.able.rules that return AbleOclSequence
 AbleOclSequence AbleOclSequence.subSequence(int theFirstPosition, int theLastPosition)
           
 AbleOclSequence AbleOclSequence.union(AbleOclSequence theSequence)
           
 AbleOclSequence AbleOclCollection.asSequence()
          Returns this collection as a new Sequence.
 AbleOclSequence AbleOclCollection.subSequence(int theFirstPosition, int theLastPosition)
          Returns a new Sequence that is a portion of this Sequence.
 AbleOclSequence AbleOclCollection.union(AbleOclSequence theSequence)
          Returns a new Sequence that is the union of this Sequence and the specified Sequence.
 

Methods in com.ibm.able.rules with parameters of type AbleOclSequence
 AbleOclSequence AbleOclSequence.union(AbleOclSequence theSequence)
           
 AbleOclSequence AbleOclCollection.union(AbleOclSequence theSequence)
          Returns a new Sequence that is the union of this Sequence and the specified Sequence.
 


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

(C) Copyright IBM Corporation 1999, 2005