|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.geotools.graph.util.GraphFuser
| Nested Class Summary | |
static interface |
GraphFuser.FeatureJoiner
|
| Constructor Summary | |
GraphFuser(GraphBuilder builder,
GraphFuser.FeatureJoiner joiner)
|
|
| Method Summary | |
void |
finish()
Called when the graph traversal is completed. |
void |
fuse()
|
void |
init(GraphComponent element)
Inializes a graph component |
boolean |
isVisited(GraphComponent element)
Determines if a graph component has been visited. |
int |
visit(GraphComponent element,
GraphTraversal traversal)
Visits a graph componenet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GraphFuser(GraphBuilder builder,
GraphFuser.FeatureJoiner joiner)
| Method Detail |
public void fuse()
public void init(GraphComponent element)
GraphWalker
init in interface GraphWalkerpublic boolean isVisited(GraphComponent element)
GraphWalker
isVisited in interface GraphWalker
public int visit(GraphComponent element,
GraphTraversal traversal)
GraphWalker
visit in interface GraphWalkerelement - The component to visit.traversal - The traversal controlling the sequence of graph
component visits.public void finish()
GraphWalker
finish in interface GraphWalker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||