C

NodeAggregate

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 root of the tree.

This class cannot be instantiated

See Also

Developer's Guide

Members

No filters for this type

Properties

The child aggregates of this aggregate.
readonlyfinal

See Also

Developer's Guide
Gets the number of nodes that are descendants of this aggregate.
readonlyfinal

Property Value

the number of nodes that are descendants of this aggregate
Gets the sum of the weights of nodes that are descendants of this aggregate.
readonlyfinal

Property Value

The sum of the weights of nodes that are descendants of this aggregate
Gets the maximum weight of nodes that are descendants of this aggregate.
readonlyfinal

Property Value

the maximum weight of nodes that are descendants of this aggregate
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
Returns all nodes which are associated with this NodeAggregate or its descendants.
readonlyfinal
The parent of this NodeAggregate.
This is null for the root.
readonlyfinal