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

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

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

Subinterfaces of UndirectedIntGraph.Edge in de.aitools.aq.graph.weighted
static interface UndirectedMutableIntGraph.Edge
          Deprecated. The extension of UndirectedIntGraph.Edge to be mutable.
 

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

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