|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.graph.build.basic.BasicGraphBuilder
org.geotools.graph.build.basic.BasicDirectedGraphBuilder
org.geotools.graph.build.opt.OptDirectedGraphBuilder
public class OptDirectedGraphBuilder
An implementation of GraphBuilder that builds optimized directed graph components.
OptDirectedNode
,
OptDirectedEdge
Constructor Summary | |
---|---|
OptDirectedGraphBuilder()
|
Method Summary | |
---|---|
Edge |
buildEdge(Node nodeA,
Node nodeB)
Creates an optimized directed edge. |
Node |
buildNode()
Creates an optimized directed node. |
Methods inherited from class org.geotools.graph.build.basic.BasicDirectedGraphBuilder |
---|
addEdge, buildGraph |
Methods inherited from class org.geotools.graph.build.basic.BasicGraphBuilder |
---|
addNode, clone, getEdges, getGraph, getNodes, importGraph, removeEdge, removeEdges, removeNode, removeNodes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptDirectedGraphBuilder()
Method Detail |
---|
public Node buildNode()
buildNode
in interface GraphBuilder
buildNode
in class BasicDirectedGraphBuilder
GraphBuilder.buildNode()
,
OptDirectedNode
public Edge buildEdge(Node nodeA, Node nodeB)
buildEdge
in interface GraphBuilder
buildEdge
in class BasicDirectedGraphBuilder
nodeA
- Adjacent node to edge.nodeB
- Adjacent node to edge.
GraphBuilder#buildEdge()
,
OptDirectedEdge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |