Interface Node
- All Superinterfaces:
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
-
Method Summary
Methods inherited from interface com.technia.dsx.threedspace.structure.Entity
accept, getAttributes, getId, getPhysicalId, getType
-
Method Details
-
getIn
Collection<Relationship> getIn() -
getOut
Collection<Relationship> getOut()
-