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

Packages that use Edge
edu.buffalo.nsf.xmlcqa.graph   
 

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

Fields in edu.buffalo.nsf.xmlcqa.graph declared as Edge
 Edge Edge.nextIn
           
 Edge Edge.nextOut
           
 Edge Edge.domain
           
 Edge Vertex.in
           
 Edge Vertex.out
           
 

Methods in edu.buffalo.nsf.xmlcqa.graph that return Edge
 Edge Vertex.registerOutgoingEdge(Edge e)
           
 Edge Vertex.registerUse(Edge e)
           
 

Methods in edu.buffalo.nsf.xmlcqa.graph with parameters of type Edge
 void Vertex.addOutgoingEdge(Edge e)
           
 boolean Vertex.containsIsoInput(Edge e)
           
 boolean Vertex.containsIsoOutput(Edge e)
           
 void Vertex.removeFollowingIsoDuplicates(Edge e)
           
 Edge Vertex.registerOutgoingEdge(Edge e)
           
 Edge Vertex.registerUse(Edge e)
           
 

Constructors in edu.buffalo.nsf.xmlcqa.graph with parameters of type Edge
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)