Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.sdk2.decisiontable
Class DimensionNodeTable

java.lang.Object
  extended by oracle.rules.sdk2.dictionary.DictionaryObject
      extended by oracle.rules.sdk2.dictionary.DictionaryComponentTable<T>
          extended by oracle.rules.sdk2.ruleset.RuleComponentTable<T>
              extended by oracle.rules.sdk2.decisiontable.DTComponentTable<DimensionNode>
                  extended by oracle.rules.sdk2.decisiontable.DimensionNodeTable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<DimensionNode>, java.util.Collection<DimensionNode>, java.util.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:
Serialized Form

Field Summary
 
Fields inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
SORT, SORT_ASCEND, SORT_DECEND
 
Method Summary
 
Methods inherited from class oracle.rules.sdk2.decisiontable.DTComponentTable
addAll, addAll, parentRuleSheet, removeAll, retainAll, set
 
Methods inherited from class oracle.rules.sdk2.ruleset.RuleComponentTable
getParent
 
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
add, add, add, clear, contains, containsAll, copyTo, cut, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getByID, getByName, getLast, getMarked, getProtoType, indexOf, isEmpty, isLocked, iterator, listIterator, listIterator, mark, move, move, paste, remove, remove, removeByAlias, removeByID, removeByName, removeMarked, reorder, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validate
 
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject
equals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getLevel, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validate
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
add, equals, hashCode, lastIndexOf
 


Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.