Package oracle.rules.sdk2.ruleset
Class RuleSheetTable
java.lang.Object
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<RuleSheet>
,Collection<RuleSheet>
,List<RuleSheet>
A RuleSet contains a RuleSheetTable, which holds multiple RuleSheets.
The RuleSet provides a way to group decision tables along with IF...THEN rules,
and execute them together as a set of interrelated rules.
- See Also:
-
Field Summary
Fields inherited from class oracle.rules.sdk2.dictionary.DictionaryComponentTable
SORT, SORT_ASCEND, SORT_DECEND
-
Constructor Summary
ConstructorsConstructorDescriptionRuleSheetTable
(DictionaryObject parent) Public only because its called from the ruleset pkg. -
Method Summary
Methods inherited from class oracle.rules.sdk2.ruleset.RuleComponentTable
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, getByID, getByName, 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
-
Constructor Details
-
RuleSheetTable
Public only because its called from the ruleset pkg. Don't use this.- Parameters:
parent
-
-
-
Method Details
-
add
Create a new RuleSheet and add it at the given index- Specified by:
add
in classDictionaryComponentTable<RuleSheet>
- Returns:
- a new RuleSheet
-