Package oracle.rules.sdk2.datamodel
Class DecisionFunctionRuleSetTable
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponentTable<T>
oracle.rules.sdk2.datamodel.ModelComponentTable<DecisionFunctionRuleSet>
oracle.rules.sdk2.datamodel.DecisionFunctionRuleSetTable
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<DecisionFunctionRuleSet>
,Collection<DecisionFunctionRuleSet>
,List<DecisionFunctionRuleSet>
Child of
DecisionFunction
. It contains a list of referenced DecisionFunctions and RuleSets.- See Also:
-
Field Summary
Fields inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
SORT, SORT_ASCEND, SORT_DECEND
-
Method Summary
Modifier and TypeMethodDescriptionadd
(int index) Create a DecisionFunction and add it to the DecisionFunction tableGet a DictionaryComponent from this table by its ID.Get a DictionaryComponent from this table by its name.Methods inherited from class oracle.rules.sdk2.datamodel.ModelComponentTable
getParent
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
_clear, _remove, _remove, add, add, add, addAll, addAll, clear, contains, containsAll, copyTo, copyTo, cut, filter, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getExprParserReferences, getLast, getMarked, getProtoType, indexOf, initProtoType, isEmpty, isLocked, iterator, lastIndexOf, listIterator, listIterator, mark, move, move, ordering, paste, remove, remove, removeAll, removeByAlias, removeByID, removeByName, removeMarked, removeProtoType, reorder, retainAll, set, size, sort, sort, sort, subList, toArray, toArray, unMark, validate, validate
Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject
_clearID, equals, exists, getAEReferenceCount, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, setID, validate
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Method Details
-
add
Create a DecisionFunction and add it to the DecisionFunction table- Specified by:
add
in classDictionaryComponentTable<DecisionFunctionRuleSet>
- Returns:
- The newly created DecisionFunction.
-
getByID
Description copied from class:DictionaryComponentTable
Get a DictionaryComponent from this table by its ID.- Overrides:
getByID
in classDictionaryComponentTable<DecisionFunctionRuleSet>
- Parameters:
id
- ID of component- Returns:
- the component
-
getByName
Description copied from class:DictionaryComponentTable
Get a DictionaryComponent from this table by its name.- Overrides:
getByName
in classDictionaryComponentTable<DecisionFunctionRuleSet>
- Parameters:
name
- name of component- Returns:
- the component
-