N - Type of nodepublic interface IndexedGraph<N> extends Graph<N>
IndexedAStarPathFinder.| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(N node)
Returns the unique index of the given node.
|
int |
getNodeCount()
Returns the number of nodes in this graph.
|
getConnectionsint getIndex(N node)
node - the node whose index will be returnedint getNodeCount()