Class DimensionNodeTable

All Implemented Interfaces:
Serializable, Cloneable, Iterable<DimensionNode>, Collection<DimensionNode>, List<DimensionNode>

public class DimensionNodeTable extends DTComponentTable<DimensionNode>
A list of DimensionNodes in the same Dimension. Dimension contains a DimensionNodeTable, which holds all DimensionNodes in that dimension. The DimensionNodeTable for the last dimension has the same number of nodes as there are rules on the sheet. Because DimensionNodes form a tree, often the DimensionNodeTable for dimension i has fewer nodes than the table for dimension i+1. The DimensionNodes, DimensionNodeTables, and the DimensionNode tree are managed automatically when Dimensions are added, removed, and swapped, and when DTRules are added, removed, and swapped, and when DimensionNodes are split and merged. User modification using List mutators is prohibited. Users should be able to accomplish their tasks using add and remove on dimension tables and DTRule tables, and special methods like node split and merge.
See Also: