|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.6.2) E10663-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponent
oracle.rules.sdk2.ruleset.RuleComponent
oracle.rules.sdk2.ruleset.UnnamedRuleComponent
oracle.rules.sdk2.decisiontable.DTActionNode
public class DTActionNode
A DTActionNode tells each DTRule how to interpret its DTAction. A DTActionNode contains a boolean "selected" property that indicates if the corresponding DTRule should execute this action. If the DTAction is parameterized, then each DTActionNode contains a dynamic copy of the DTAction Action's ExpressionTable (parameter table). The copy is dynamic because only Expressions marked with the DTActionParameter property may be modified.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryComponent |
|---|
DictionaryComponent.Diff, DictionaryComponent.DiffType |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary |
|---|
| Method Summary | |
|---|---|
SettableProperty<java.lang.Boolean> |
getActionSelectedProperty()Get ActionSelected Property. |
DTActionNode |
getChildActionNode()Get child action node -- node of next action in rule containing this node |
DTAction |
getDTAction()Get DTAction containing this DTActionNode |
Expression |
getExpressionByDTActionParameterName(java.lang.String parameterName)Get Expression from this DTAction's expression table by DT action parameter name. |
ExpressionTable |
getExpressionTable()Get Expression Table. |
TableProperty<Expression> |
getExpressionTableProperty()get ExpressionTable Property. |
DTActionNode |
getParentActionNode()Get parent action node -- node of previous action in rule containing this node |
boolean |
isActionSelected()Is Action Selected flag |
java.lang.Object |
put(java.lang.String key, java.lang.Object value)Generic property setter. |
void |
setActionSelected(boolean selected)Set Action Selected flag |
| Methods inherited from class oracle.rules.sdk2.ruleset.UnnamedRuleComponent |
|---|
init, isAliasDistinct, isNameDistinct |
| Methods inherited from class oracle.rules.sdk2.ruleset.RuleComponent |
|---|
get, getParent, getParentTable, parentAction, parentActionContext, parentFunction, parentPattern, parentRule, parentRuleCommon, parentRuleSheet, parentVariable, RHSRuleVariables |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponent |
|---|
clear, containsKey, containsValue, entrySet, get, getAlias, getAlias, getAliasProperty, getAllReferences, getCustom, getDependents, getDescription, getDescriptionProperty, getDiff, getDiffProperties, getDiffs, getFullyQualifiedAlias, getFullyQualifiedName, getIndex, getIndex, getName, getNameProperty, getNext, getObjectPath, getOptions, getPrevious, getProperties, getProperty, getSelected, hasDiff, isEmpty, isFullyQualifiedName, keySet, putAll, remove, setAlias, setCustom, setDescription, setName, size, validate, validate, values |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject |
|---|
equals, exists, getAEReferences, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getLevel, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.rules.sdk2.dictionary.UnnamedComponent |
|---|
getAlias, getName, getPropertyNames, setAlias, setName |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Method Detail |
|---|
public DTAction getDTAction()
public SettableProperty<java.lang.Boolean> getActionSelectedProperty()
public boolean isActionSelected()
public void setActionSelected(boolean selected)
selected - whether the Action is selected for the Rule referencing this action nodepublic TableProperty<Expression> getExpressionTableProperty()
public ExpressionTable getExpressionTable()
public DTActionNode getChildActionNode()
public DTActionNode getParentActionNode()
public Expression getExpressionByDTActionParameterName(java.lang.String parameterName)
parameterName - name of DT action parameter
public java.lang.Object put(java.lang.String key,
java.lang.Object value)
DictionaryComponentA put() with either null key or null value throws a NullPointerException.
A put() with a key that is not a String throws a ClassCastException
A put() of a value that is not of the correct type for the key throws a ClassCastException.
Bean properties which have no set() method are read only, and cannot be modified using the put(). Attempting to do so throws a runtime IllegalArgumentException. PROP_ID, and PROP_*_SELECTED are always read only.
put in interface java.util.Map<java.lang.String,java.lang.Object>put in class UnnamedRuleComponentkey - the key of the property to setvalue - the value of the named property to set
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.6.2) E10663-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||