|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineGraphGenerator
Builds a graph representing a line network.
Method Summary | |
---|---|
Edge |
getEdge(Coordinate coordinate1,
Coordinate coordinate2)
Retrieve edge between the two coordinates. |
Node |
getNode(Coordinate coordinate)
Look up a Node for the provided coordinate. |
Methods inherited from interface GraphGenerator |
---|
add, get, getGraph, getGraphBuilder, remove, setGraphBuilder |
Method Detail |
---|
Node getNode(Coordinate coordinate)
coordinate
-
Edge getEdge(Coordinate coordinate1, Coordinate coordinate2)
coordinate1
- coordinate2
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |