|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.graph.structure.basic.BasicGraph org.geotools.graph.structure.basic.BasicDirectedGraph
Basic implementation of DirectedGraph.
Field Summary |
Fields inherited from interface org.geotools.graph.structure.Graph |
FAIL_QUERY, PASS_AND_CONTINUE, PASS_AND_STOP |
Constructor Summary | |
BasicDirectedGraph(java.util.Collection nodes,
java.util.Collection edges)
Creates a directed graph from a collection of directed nodes and a collection of directed edges. |
Methods inherited from class org.geotools.graph.structure.basic.BasicGraph |
getEdges, getNodes, getNodesOfDegree, getVisitedEdges, getVisitedNodes, initEdges, initNodes, queryEdges, queryNodes, setEdges, setNodes, toString, visitEdges, visitNodes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.geotools.graph.structure.Graph |
getEdges, getNodes, getNodesOfDegree, getVisitedEdges, getVisitedNodes, queryEdges, queryNodes, visitEdges, visitNodes |
Constructor Detail |
public BasicDirectedGraph(java.util.Collection nodes, java.util.Collection edges)
nodes
- Collection of DirectedNode objects contained by the graph.edges
- Collection of DirectedEdge objects contained by the graph.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |