Uses of Class
com.alexmerz.graphviz.objects.Edge

Packages that use Edge
com.alexmerz.graphviz.objects This package contains the objects representing a Graph including all its Node, Edges and Subgraphs. 
 

Uses of Edge in com.alexmerz.graphviz.objects
 

Methods in com.alexmerz.graphviz.objects that return types with arguments of type Edge
 java.util.ArrayList<Edge> Graph.getEdges()
          Returns all edges of this graph.
 

Methods in com.alexmerz.graphviz.objects with parameters of type Edge
 void Graph.addEdge(Edge e)
          Adds an Edge object to the graph