Interface Structure


public interface Structure
Represents a hierarchical structure of nodes and relationships.

A structure is a tree-like data structure that can be traversed using a StructureVisitor. It contains one or more root nodes, each of which may have child nodes connected via relationships.

Since:
2023-04-25
  • Method Details