V
- the graph vertex typeE
- the graph edge typeGraph
.@Deprecated public interface UndirectedGraph<V,E> extends Graph<V,E>
See http://mathworld.wolfram.com/Graph.html for more on undirected and on directed graphs.
DEFAULT_EDGE_WEIGHT
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, getType, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, setEdgeWeight, vertexSet
Copyright © 2017. All rights reserved.