public abstract class AbstractNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
| Constructor and Description |
|---|
AbstractNode() |
AbstractNode(int id) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
void |
setId(int id)
Method to set the id, if it was not set in the construction
|