The getNodeId()
method returns a unique identifier for the node. It ensures that each node can be referenced distinctly, even if multiple nodes share similar properties or types.
It is also significant for identify a node and its parent when
serializing
ordeserializing
.
Description
public AbstractNode::getNodeId(): int
Parameters
None
Return Value
An int
representing the node's unique ID.
Exceptions
None