Uses of Class
sem.graph.Edge

Packages that use Edge
sem.graph   
 

Uses of Edge in sem.graph
 

Methods in sem.graph that return Edge
 Edge Graph.addEdge(Edge e)
          Add a new edge to the graph.
 Edge Graph.addEdge(java.lang.String label, Node head, Node dep)
          Create and add a new edge.
 

Methods in sem.graph that return types with arguments of type Edge
 java.util.ArrayList<Edge> Graph.getEdges()
          Get the list of edges in this graph.
 

Methods in sem.graph with parameters of type Edge
 Edge Graph.addEdge(Edge e)
          Add a new edge to the graph.