public class BasicDirectedGraph extends BasicGraph implements DirectedGraph
FAIL_QUERY, PASS_AND_CONTINUE, PASS_AND_STOP| Constructor and Description |
|---|
BasicDirectedGraph(Collection nodes,
Collection edges)
Creates a directed graph from a collection of directed nodes and a collection of directed
edges.
|
getEdges, getNodes, getNodesOfDegree, getVisitedEdges, getVisitedNodes, initEdges, initNodes, queryEdges, queryNodes, setEdges, setNodes, toString, visitEdges, visitNodesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEdges, getNodes, getNodesOfDegree, getVisitedEdges, getVisitedNodes, queryEdges, queryNodes, visitEdges, visitNodespublic BasicDirectedGraph(Collection nodes, Collection edges)
nodes - Collection of DirectedNode objects contained by the graph.edges - Collection of DirectedEdge objects contained by the graph.Copyright © 1996–2019 Geotools. All rights reserved.