Uses of Interface
com.arsdigita.util.Graph.Edge

Packages that use Graph.Edge
com.arsdigita.util Utility classes. 
 

Uses of Graph.Edge in com.arsdigita.util
 

Classes in com.arsdigita.util that implement Graph.Edge
 class GraphEdge
          Graph edge.
 

Methods in com.arsdigita.util with parameters of type Graph.Edge
 boolean Graphs.EdgeSelector.test(Graph.Edge edge, boolean forward)
           
 boolean GraphSet.hasEdge(Graph.Edge edge)
           
 void GraphSet.addEdge(Graph.Edge edge)
           
 boolean GraphSet.removeEdge(Graph.Edge edge)
           
 boolean Graph.hasEdge(Graph.Edge edge)
          Returns true if the graph has this edge.
 void Graph.addEdge(Graph.Edge edge)
          Adds an edge to the graph.
 boolean Graph.removeEdge(Graph.Edge edge)
          Removes specified edge.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC