V - the graph vertex typeE - the graph edge typeGraph.@Deprecated public interface DirectedGraph<V,E> extends Graph<V,E>
See http://mathworld.wolfram.com/DirectedGraph.html for more on directed graphs.
DEFAULT_EDGE_WEIGHTaddEdge, 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, vertexSetCopyright © 2017. All rights reserved.