Class DTActionNodeTable

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

public class DTActionNodeTable extends DTComponentTable<DTActionNode>
A list of DTActionNodes per DTAction. DTAction contains a DTActionNodeTable, which holds multiple DTActionNodes. The DTActionNodes and DTActionNodeTables are managed automatically when DTActions are added and removed, and when DTRules are added, removed, and swapped, and when DimensionNodes are split and merged.
See Also: