| Constructor and Description |
|---|
SimpleNodeIDs(SimpleGraph<N> graph) |
| Modifier and Type | Method and Description |
|---|---|
N |
getNode(int id)
Return for a given id the node of the graph identified by it.
|
int |
getNodeId(N node)
Returns for a given node of the graph an integer uniquely identifying the node.
|
public SimpleNodeIDs(SimpleGraph<N> graph)
public int getNodeId(N node)
NodeIDsCopyright © 2020. All rights reserved.