Uses of Class
org.openl.rules.dt.element.RuleRow
-
Packages that use RuleRow Package Description org.openl.rules.dt org.openl.rules.dt.element org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of RuleRow in org.openl.rules.dt
Methods in org.openl.rules.dt that return RuleRow Modifier and Type Method Description RuleRowDecisionTable. getRuleRow()Methods in org.openl.rules.dt with parameters of type RuleRow Modifier and Type Method Description voidDecisionTable. bindTable(IBaseCondition[] conditionRows, IBaseAction[] actionRows, RuleRow ruleRow, OpenL openl, ModuleOpenClass module, IBindingContext bindingContext, int columns)voidDecisionTable. setRuleRow(RuleRow ruleRow) -
Uses of RuleRow in org.openl.rules.dt.element
Methods in org.openl.rules.dt.element with parameters of type RuleRow Modifier and Type Method Description voidFunctionalRow. prepare(DecisionTable table, IOpenClass methodType, IMethodSignature signature, OpenL openl, IBindingContext bindingContext, RuleRow ruleRow, IOpenClass ruleExecutionType, TableSyntaxNode tableSyntaxNode)voidIDecisionRow. prepare(DecisionTable decisionTable, IOpenClass methodType, IMethodSignature signature, OpenL openl, IBindingContext bindingContext, RuleRow ruleRow, IOpenClass ruleExecutionType, TableSyntaxNode tableSyntaxNode)voidAction. prepareAction(DecisionTable decisionTable, IOpenMethodHeader header, IMethodSignature signature, OpenL openl, IBindingContext bindingContext, RuleRow ruleRow, IOpenClass ruleExecutionType, TableSyntaxNode tableSyntaxNode)voidIAction. prepareAction(DecisionTable decisionTable, IOpenMethodHeader header, IMethodSignature signature, OpenL openl, IBindingContext bindingContext, RuleRow ruleRow, IOpenClass ruleExecutionType, TableSyntaxNode tableSyntaxNode) -
Uses of RuleRow in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return RuleRow Modifier and Type Method Description RuleRowAbstractDecisionTableWrapper. getRuleRow()Methods in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type RuleRow Modifier and Type Method Description voidAbstractDecisionTableWrapper. bindTable(IBaseCondition[] conditionRows, IBaseAction[] actionRows, RuleRow ruleRow, OpenL openl, ModuleOpenClass module, IBindingContext bindingContext, int columns)voidAbstractDecisionTableWrapper. setRuleRow(RuleRow ruleRow)
-