Uses of Interface
edu.buffalo.nsf.xmlcqa.tree.OperationManager

Packages that use OperationManager
edu.buffalo.nsf.xmlcqa.data.dtd Package containing regular expressions and DTD. 
edu.buffalo.nsf.xmlcqa.graph   
edu.buffalo.nsf.xmlcqa.tree   
 

Uses of OperationManager in edu.buffalo.nsf.xmlcqa.data.dtd
 

Fields in edu.buffalo.nsf.xmlcqa.data.dtd declared as OperationManager
protected  OperationManager DTD.mgr
           
 

Methods in edu.buffalo.nsf.xmlcqa.data.dtd with parameters of type OperationManager
 NodeCollector DTD.getMT(TreeNode parent, Tag tag, Query path, OperationManager mgr)
          Computes a minimal set of tree facts w.r.t.
 

Uses of OperationManager in edu.buffalo.nsf.xmlcqa.graph
 

Fields in edu.buffalo.nsf.xmlcqa.graph declared as OperationManager
protected  OperationManager CQA.mgr
           
 

Methods in edu.buffalo.nsf.xmlcqa.graph with parameters of type OperationManager
 NodeCollector[] Vertex.useValue(OperationManager mgr)
           
 

Constructors in edu.buffalo.nsf.xmlcqa.graph with parameters of type OperationManager
CQA(OperationManager mgr)
           
CQA(OperationManager mgr, int threshold)
           
FloodCQA(OperationManager mgr)
           
FloodCQA(OperationManager mgr, int threshold)
           
 

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

Classes in edu.buffalo.nsf.xmlcqa.tree that implement OperationManager
 class OperationManager2
           
 class OperationManager3
           
 class OperationManager4
           
 class StatOM
           
 

Constructors in edu.buffalo.nsf.xmlcqa.tree with parameters of type OperationManager
QueryAnswer(OperationManager mgr)
           
StatOM(OperationManager mgr)