Uses of Class
org.openl.rules.dt.DecisionTable
-
-
Uses of DecisionTable in org.openl.rules.dt
Methods in org.openl.rules.dt that return DecisionTable Modifier and Type Method Description DecisionTableDecisionTableBoundNode. getDecisionTable()Methods in org.openl.rules.dt with parameters of type DecisionTable Modifier and Type Method Description voidDecisionTableLoader. loadAndBind(TableSyntaxNode tableSyntaxNode, DecisionTable decisionTable, OpenL openl, ModuleOpenClass module, boolean transpose, IBindingContext bindingContext)voidDecisionTableLoader. loadAndBind(TableSyntaxNode tableSyntaxNode, DecisionTable decisionTable, OpenL openl, ModuleOpenClass module, IBindingContext bindingContext) -
Uses of DecisionTable in org.openl.rules.dt.algorithm
Methods in org.openl.rules.dt.algorithm that return DecisionTable Modifier and Type Method Description DecisionTableIndexInfo. getTable()Constructors in org.openl.rules.dt.algorithm with parameters of type DecisionTable Constructor Description DecisionTableAlgorithmBuilder(DecisionTable decisionTable, IOpenMethodHeader header, OpenL openl)FailOnMissException(String message, DecisionTable decisionTable) -
Uses of DecisionTable in org.openl.rules.dt.data
Constructors in org.openl.rules.dt.data with parameters of type DecisionTable Constructor Description DecisionTableDataType(DecisionTable decisionTable, String name, OpenL openl, boolean traceUsedFields) -
Uses of DecisionTable in org.openl.rules.dt.element
Methods in org.openl.rules.dt.element with parameters of type DecisionTable 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)Constructors in org.openl.rules.dt.element with parameters of type DecisionTable Constructor Description Action(String name, int row, ILogicalTable decisionTable, ActionType actionType, DTScale.RowScale scale, DecisionTable decisionTableInvocableMethod) -
Uses of DecisionTable in org.openl.rules.lang.xls.binding.wrapper
Subclasses of DecisionTable in org.openl.rules.lang.xls.binding.wrapper Modifier and Type Class Description classDecisionTableWrapperConstructors in org.openl.rules.lang.xls.binding.wrapper with parameters of type DecisionTable Constructor Description DecisionTableWrapper(XlsModuleOpenClass xlsModuleOpenClass, DecisionTable delegate, org.openl.rules.lang.xls.binding.wrapper.ContextPropertiesInjector contextPropertiesInjector, boolean externalMethodCall) -
Uses of DecisionTable in org.openl.rules.lang.xls.binding.wrapper.base
Subclasses of DecisionTable in org.openl.rules.lang.xls.binding.wrapper.base Modifier and Type Class Description classAbstractDecisionTableWrapperFields in org.openl.rules.lang.xls.binding.wrapper.base declared as DecisionTable Modifier and Type Field Description protected DecisionTableAbstractDecisionTableWrapper. delegateConstructors in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type DecisionTable Constructor Description AbstractDecisionTableWrapper(DecisionTable delegate) -
Uses of DecisionTable in org.openl.rules.lang.xls.types.meta
Constructors in org.openl.rules.lang.xls.types.meta with parameters of type DecisionTable Constructor Description DecisionTableMetaInfoReader(DecisionTableBoundNode boundNode, DecisionTable decisionTable)
-