Represents an aggregate or cluster found by NodeAggregation.
Inheritance Hierarchy
Remarks
The clusters form a tree. The tree has exactly one aggregate which has no parent. This is the NodeAggregationResult.root of the tree.
This class cannot be instantiated
See Also
Developer's Guide
Members
No filters for this type
Properties
Gets the child aggregates of this aggregate.
Gets the child aggregates of this aggregate.
readonlyfinal
See Also
Developer's Guide
readonlyfinal
Property Value
the number of nodes that are descendants of this aggregate
readonlyfinal
Property Value
The sum of the weights of nodes that are descendants of this aggregate
readonlyfinal
Property Value
the maximum weight of nodes that are descendants of this aggregate
Gets the node which is represented by this aggregate.
Gets the node which is represented by this aggregate.
Not all aggregates represent a node, so this property may be
null.readonlyfinal
See Also
Developer's Guide
Gets all nodes which are associated with this NodeAggregate or its descendants.
Gets all nodes which are associated with this NodeAggregate or its descendants.
readonlyfinal
Gets the parent of this NodeAggregate.
Gets the parent of this NodeAggregate.
This is
null for the NodeAggregationResult.root.readonlyfinal