Uses of Interface
de.aitools.aq.graph.weighted.UndirectedGraph.Edge

Packages that use UndirectedGraph.Edge
de.aitools.aq.graph.weighted   
 

Uses of UndirectedGraph.Edge in de.aitools.aq.graph.weighted
 

Subinterfaces of UndirectedGraph.Edge in de.aitools.aq.graph.weighted
static interface UndirectedMutableGraph.Edge<V>
          Deprecated. The extension of UndirectedGraph.Edge to be mutable.
 

Methods in de.aitools.aq.graph.weighted that return UndirectedGraph.Edge
 UndirectedGraph.Edge<V> UndirectedGraph.Edge.clone()
          Clone this edge.
 UndirectedGraph.Edge<V> UndirectedGraph.getEdge(V vertexA, V vertexB)
          Deprecated. Get the UndirectedGraph.Edge connecting the two vertices.
 

Methods in de.aitools.aq.graph.weighted that return types with arguments of type UndirectedGraph.Edge
 java.util.Iterator<? extends UndirectedGraph.Edge<V>> UndirectedGraph.edges()
          Deprecated. Get an iterator over all edges of the graph.
 java.util.Iterator<? extends UndirectedGraph.Edge<V>> UndirectedGraph.edgesConnectedTo(V vertex)
          Deprecated. Get an iterator over all edges in the graph, given vertex is connected with.