Uses of Class
edu.buffalo.nsf.xmlcqa.tree.CollectionManager

Packages that use CollectionManager
edu.buffalo.nsf.xmlcqa.tree   
 

Uses of CollectionManager in edu.buffalo.nsf.xmlcqa.tree
 

Subclasses of CollectionManager in edu.buffalo.nsf.xmlcqa.tree
 class CMWrapper
           
 class DummyCM
           
 class FreezingCM
           
 class HashCutCM
           
 class LazyCloneCM
           
 class MultiCM
           
 class StatCM
           
 

Fields in edu.buffalo.nsf.xmlcqa.tree declared as CollectionManager
protected  CollectionManager CMWrapper.cm
           
static CollectionManager CollectionManager.ARRAY_LIST_CM
           
protected  CollectionManager NodeCollector2.cm
           
protected  CollectionManager OperationManager2.cm
           
 

Constructors in edu.buffalo.nsf.xmlcqa.tree with parameters of type CollectionManager
DummyCM(CollectionManager cm)
           
CMWrapper(CollectionManager cm)
           
FreezingCM(CollectionManager cm)
           
HashCutCM(CollectionManager cm)
           
LazyCloneCM(CollectionManager cm)
           
MultiCM(CollectionManager[] cms)
           
NodeCollector2(CollectionManager cm)
           
NodeCollector2(CollectionManager cm, Query path, TreeNode root)
           
OperationManager2(CollectionManager cm)
           
OperationManager3(CollectionManager regCM, CollectionManager cutCM)
           
OperationManager4(CollectionManager cm)
           
StatCM(CollectionManager cm)