Interface Node

All Superinterfaces:
Entity

public interface Node extends Entity
Represents a node in a hierarchical structure.

A node is an entity that can have incoming and outgoing relationships, forming connections with other nodes in the structure. Nodes are the building blocks of a Structure.

Since:
2023-04-24