AbstractNode::getNodeId

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 or deserializing .

Description

public AbstractNode::getNodeId(): int

Parameters

None

Return Value

An int representing the node's unique ID.

Exceptions

None

Source Code
If you find this project useful, consider leaving a on GitHub! Thank you!