|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.graph.build.basic.BasicGraphBuilder org.geotools.graph.build.opt.OptGraphBuilder
An implementation of GraphBuilder that builds optimized graph components.
OptNode
,
OptEdge
Constructor Summary | |
OptGraphBuilder()
|
Method Summary | |
Edge |
buildEdge(Node nodeA,
Node nodeB)
Creates an optimized edge. |
Node |
buildNode()
Creates an optimized node. |
Methods inherited from class org.geotools.graph.build.basic.BasicGraphBuilder |
addEdge, addNode, buildGraph, 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 OptGraphBuilder()
Method Detail |
public Node buildNode()
buildNode
in interface GraphBuilder
buildNode
in class BasicGraphBuilder
GraphBuilder.buildNode()
,
OptNode
public Edge buildEdge(Node nodeA, Node nodeB)
buildEdge
in interface GraphBuilder
buildEdge
in class BasicGraphBuilder
GraphBuilder#buildEdge()
,
OptEdge
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |