Creates an edge between the nodes a and b. To set distance or access use the returned edge and e.g. edgeState.setDistance @param a the index of the starting (tower) node of the edge @param b the index of the ending (tower) node of the edge @return the newly created edge
(int a, int b)
| 66 | * @return the newly created edge |
| 67 | */ |
| 68 | EdgeIteratorState edge(int a, int b); |
| 69 | |
| 70 | /** |
| 71 | * Returns a wrapper over the specified edgeId. |
no outgoing calls