public interface INodeWithNumber
NumberedGraph interface.| Modifier and Type | Method and Description |
|---|---|
int |
getGraphNodeId()
A non-negative integer which serves as an identifier for this node in it's "dominant" graph.
|
void |
setGraphNodeId(int number) |
int getGraphNodeId()
void setGraphNodeId(int number)