Uses of Class
edu.buffalo.nsf.xmlcqa.graph.Vertex

Packages that use Vertex
edu.buffalo.nsf.xmlcqa.graph   
edu.buffalo.nsf.xmlcqa.tree   
 

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

Fields in edu.buffalo.nsf.xmlcqa.graph declared as Vertex
 Vertex Edge.from
           
 Vertex Edge.to
           
 Vertex Vertex.domain
           
 Vertex Vertex.nextDom
           
 

Methods in edu.buffalo.nsf.xmlcqa.graph that return Vertex
protected  Vertex[] CQA.clearState(int depth, Vertex[] x)
           
protected  Vertex[] CQA.startState(NodeCollector parent, Tag t, DTD d)
           
protected  Vertex[] CQA.snapshot(Vertex[] curr, Vertex[] mem)
           
protected  Vertex[] CQA.evaluate(Vertex[] next, Vertex[] mem)
           
protected  Vertex[] CQA.semiForce(Vertex[] next, Vertex[] mem)
           
protected  Vertex[] FloodCQA.semiForce(Vertex[] next, Vertex[] mem)
           
 

Methods in edu.buffalo.nsf.xmlcqa.graph with parameters of type Vertex
protected  Vertex[] CQA.clearState(int depth, Vertex[] x)
           
protected  void CQA.closure(Vertex[] a, DTD dtd, Tag[][][] ftd, int[][][] fid, int[][] mcd, boolean[][] epsilonDelta)
           
protected  void CQA.consume(NDFA def, DTD dtd, Tag t, NodeCollector child, Vertex[] curr, Vertex[] next, int r, int d)
           
protected  void CQA.multiply(Vertex[] a, boolean[][] b, int r, int d, Vertex[] c, NodeCollector child)
           
protected  Vertex[] CQA.snapshot(Vertex[] curr, Vertex[] mem)
           
protected  Vertex[] CQA.evaluate(Vertex[] next, Vertex[] mem)
           
protected  Vertex[] CQA.semiForce(Vertex[] next, Vertex[] mem)
           
protected static int CQA.scalarMultiplyRep(boolean[] a, Vertex[] b)
           
protected  NodeCollector[] CQA.scalarMultiplyCol(int min, boolean[] a, Vertex[] b)
           
protected  Vertex[] FloodCQA.semiForce(Vertex[] next, Vertex[] mem)
           
 void Vertex.addIncomingIns(Vertex from, DTD dtd, Tag t)
           
 void Vertex.addIncomingIns(Vertex[] from, DTD dtd, int[] is, Tag[] tags)
           
 void Vertex.addIncomingRep(Vertex from, NodeCollector child)
           
 void Vertex.addIncomingDel(Vertex from)
           
 void Vertex.addToDomain(Vertex v)
           
 

Constructors in edu.buffalo.nsf.xmlcqa.graph with parameters of type Vertex
Edge(Vertex from, Vertex to)
           
Edge(Vertex from, Tag t, DTD dtd, Vertex to, Edge nextIn)
           
Edge(Vertex from, Vertex to, Edge nextIn)
           
Edge(Vertex from, NodeCollector child, Vertex to, Edge nextIn)
           
 

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

Methods in edu.buffalo.nsf.xmlcqa.tree with parameters of type Vertex
 void OperationManager.evaluate(Vertex v)
           
 void OperationManager.evaluate(Vertex[] v)
           
 void OperationManager2.evaluate(Vertex v)
           
 void OperationManager2.evaluate(Vertex[] v)
           
 void OperationManager3.evaluate(Vertex[] v)
           
 void OperationManager4.evaluate(Vertex[] v)
           
 boolean OperationManager4.isUniform(Vertex[] v)
           
 void StatOM.evaluate(Vertex v)
           
 void StatOM.evaluate(Vertex[] v)