Represents an aggregate or cluster found by NodeAggregation.
Inheritance Hierarchy
NodeAggregate
Remarks
The clusters form a tree. The tree has exactly one aggregate which has no parent. This is the root of the tree.
This class cannot be instantiated
Type Details
- yFiles module
- view-layout-bridge
Properties
The child aggregates of this aggregate.
The node which is represented by this aggregate.
Remarks
Not all aggregates represent a node, so this property may be
null
.Returns all nodes which are associated with this NodeAggregate or its descendants.
The parent of this NodeAggregate.
Remarks
This is
null
for the root.