Uses of Interface
org.openl.rules.dt.IBaseCondition
-
Packages that use IBaseCondition Package Description org.openl.rules.dt org.openl.rules.dt.algorithm.evaluator org.openl.rules.dt.element org.openl.rules.dt.validator org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of IBaseCondition in org.openl.rules.dt
Fields in org.openl.rules.dt declared as IBaseCondition Modifier and Type Field Description static IBaseCondition[]IBaseCondition. EMPTYMethods in org.openl.rules.dt that return IBaseCondition Modifier and Type Method Description IBaseCondition[]DecisionTable. getConditionRows()IBaseCondition[]IDecisionTable. getConditionRows()Methods in org.openl.rules.dt with parameters of type IBaseCondition Modifier and Type Method Description voidDecisionTable. bindTable(IBaseCondition[] conditionRows, IBaseAction[] actionRows, RuleRow ruleRow, OpenL openl, ModuleOpenClass module, IBindingContext bindingContext, int columns)IDomain<?>IBaseConditionEvaluator. getConditionParameterDomain(int i, IBaseCondition condition)IOpenSourceCodeModuleIBaseConditionEvaluator. getFormalSourceCode(IBaseCondition condition)IDomain<?>IBaseConditionEvaluator. getRuleParameterDomain(IBaseCondition condition)voidDecisionTable. setConditionRows(IBaseCondition[] conditionRows) -
Uses of IBaseCondition in org.openl.rules.dt.algorithm.evaluator
Methods in org.openl.rules.dt.algorithm.evaluator with parameters of type IBaseCondition Modifier and Type Method Description IDomain<?>AConditionEvaluator. getConditionParameterDomain(int paramIdx, IBaseCondition condition)IDomain<? extends Object>ContainsInOrNotInArrayIndexedEvaluator. getConditionParameterDomain(int paramIdx, IBaseCondition condition)IDomain<?>DefaultConditionEvaluator. getConditionParameterDomain(int paramIdx, IBaseCondition condition)IOpenSourceCodeModuleAContainsInArrayIndexedEvaluator. getFormalSourceCode(IBaseCondition condition)IOpenSourceCodeModuleARangeIndexEvaluator. getFormalSourceCode(IBaseCondition condition)IOpenSourceCodeModuleContainsInOrNotInArrayIndexedEvaluator. getFormalSourceCode(IBaseCondition condition)IOpenSourceCodeModuleDefaultConditionEvaluator. getFormalSourceCode(IBaseCondition condition)IDomain<? extends Object>AConditionEvaluator. getRuleParameterDomain(IBaseCondition condition)IDomain<? extends Object>ContainsInOrNotInArrayIndexedEvaluator. getRuleParameterDomain(IBaseCondition condition)IDomain<?>DefaultConditionEvaluator. getRuleParameterDomain(IBaseCondition condition)protected abstract IDomain<? extends Object>AConditionEvaluator. indexedDomain(IBaseCondition condition)protected IDomain<Object>AContainsInArrayIndexedEvaluator. indexedDomain(IBaseCondition condition)protected IDomain<?>ARangeIndexEvaluator. indexedDomain(IBaseCondition condition) -
Uses of IBaseCondition in org.openl.rules.dt.element
Subinterfaces of IBaseCondition in org.openl.rules.dt.element Modifier and Type Interface Description interfaceIConditionClasses in org.openl.rules.dt.element that implement IBaseCondition Modifier and Type Class Description classCondition -
Uses of IBaseCondition in org.openl.rules.dt.validator
Methods in org.openl.rules.dt.validator with parameters of type IBaseCondition Modifier and Type Method Description static StringDecisionTableValidator. getUniqueConditionParamName(IBaseCondition condition, String pname)Provides unique name for Condition parametersObjectDecisionTableValidatedObject. transformLocalParameterValue(String name, IBaseCondition condition, Object value, DecisionTableAnalyzer dtan)ObjectIConditionTransformer. transformLocalParameterValue(String name, IBaseCondition condition, Object value, DecisionTableAnalyzer analyzer)ObjectDecisionTableValidatedObject. transformSingleLocalParameterValue(String name, IBaseCondition condition, Object value, DecisionTableAnalyzer dtan) -
Uses of IBaseCondition in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return IBaseCondition Modifier and Type Method Description IBaseCondition[]AbstractDecisionTableWrapper. getConditionRows()Methods in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type IBaseCondition Modifier and Type Method Description voidAbstractDecisionTableWrapper. bindTable(IBaseCondition[] conditionRows, IBaseAction[] actionRows, RuleRow ruleRow, OpenL openl, ModuleOpenClass module, IBindingContext bindingContext, int columns)voidAbstractDecisionTableWrapper. setConditionRows(IBaseCondition[] conditionRows)
-