Package | Description |
---|---|
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model |
Modifier and Type | Method and Description |
---|---|
DecisionTable |
DecisionTable.addCellItem(DecisionTableCell cellItem)
Add one Cell instance to this
DecisionTable . |
DecisionTable |
DecisionTable.addColumnItem(DecisionTableColumn columnItem)
Add one Column instance to this
DecisionTable . |
DecisionTable |
DecisionTable.addRowItem(DecisionTableRow rowItem)
Add one Row instance to this
DecisionTable . |
DecisionTable |
DecisionTable.cell(List<DecisionTableCell> cell)
Set the cell of this
DecisionTable instance and return the same instance. |
DecisionTable |
DecisionTable.column(List<DecisionTableColumn> column)
Set the column of this
DecisionTable instance and return the same instance. |
DecisionTable |
RuleObjectAllOf.getDecisionTable()
Get decisionTable
|
DecisionTable |
DecisionTableRuleAllOf.getDecisionTable()
Get decisionTable
|
DecisionTable |
RuleObject.getDecisionTable()
Get decisionTable
|
DecisionTable |
DecisionTableRule.getDecisionTable()
Get decisionTable
|
DecisionTable |
DecisionTable.hitPolicy(DecisionTable.HitPolicyEnum hitPolicy)
Set the hitPolicy of this
DecisionTable instance and return the same instance. |
DecisionTable |
DecisionTable.row(List<DecisionTableRow> row)
Set the row of this
DecisionTable instance and return the same instance. |
Modifier and Type | Method and Description |
---|---|
RuleObjectAllOf |
RuleObjectAllOf.decisionTable(DecisionTable decisionTable)
Set the decisionTable of this
RuleObjectAllOf instance and return the same instance. |
DecisionTableRuleAllOf |
DecisionTableRuleAllOf.decisionTable(DecisionTable decisionTable)
Set the decisionTable of this
DecisionTableRuleAllOf instance and return the same instance. |
RuleObject |
RuleObject.decisionTable(DecisionTable decisionTable)
Set the decisionTable of this
RuleObject instance and return the same instance. |
DecisionTableRule |
DecisionTableRule.decisionTable(DecisionTable decisionTable)
Set the decisionTable of this
DecisionTableRule instance and return the same instance. |
void |
RuleObjectAllOf.setDecisionTable(DecisionTable decisionTable)
Set the decisionTable of this
RuleObjectAllOf instance. |
void |
DecisionTableRuleAllOf.setDecisionTable(DecisionTable decisionTable)
Set the decisionTable of this
DecisionTableRuleAllOf instance. |
void |
RuleObject.setDecisionTable(DecisionTable decisionTable)
Set the decisionTable of this
RuleObject instance. |
void |
DecisionTableRule.setDecisionTable(DecisionTable decisionTable)
Set the decisionTable of this
DecisionTableRule instance. |
Copyright © 2021 SAP SE. All rights reserved.