Uses of Interface
org.openl.rules.dt.element.ICondition
-
Packages that use ICondition Package Description org.openl.rules.dt org.openl.rules.dt.algorithm org.openl.rules.dt.algorithm.evaluator org.openl.rules.dt.element org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of ICondition in org.openl.rules.dt
Methods in org.openl.rules.dt that return ICondition Modifier and Type Method Description IConditionDecisionTable. getCondition(int n)Methods in org.openl.rules.dt with parameters of type ICondition Modifier and Type Method Description static List<ExpressionIdentifier>DecisionTableUtils. extractIdentifiers(ICondition dtCondition)static StringDecisionTableUtils. getConditionSourceCode(ICondition dtCondition) -
Uses of ICondition in org.openl.rules.dt.algorithm
Methods in org.openl.rules.dt.algorithm with parameters of type ICondition Modifier and Type Method Description static IConditionEvaluatorDecisionTableOptimizedAlgorithm. makeEvaluator(ICondition condition, IOpenClass conditionMethodType, IBindingContext bindingContext) -
Uses of ICondition in org.openl.rules.dt.algorithm.evaluator
Methods in org.openl.rules.dt.algorithm.evaluator with parameters of type ICondition Modifier and Type Method Description intAContainsInArrayIndexedEvaluator. countUniqueKeys(ICondition condition, IIntIterator it)intARangeIndexEvaluator. countUniqueKeys(ICondition condition, IIntIterator it)intContainsInOrNotInArrayIndexedEvaluator. countUniqueKeys(ICondition condition, IIntIterator it)intDefaultConditionEvaluator. countUniqueKeys(ICondition condition, IIntIterator it)intEqualsIndexedEvaluator. countUniqueKeys(ICondition condition, IIntIterator it)intEqualsIndexedEvaluatorV2. countUniqueKeys(ICondition condition, IIntIterator it)intIConditionEvaluator. countUniqueKeys(ICondition condition, IIntIterator it)intAContainsInArrayIndexedEvaluator. getMaxArrayLength(ICondition condition, IIntIterator it)IIntSelectorAContainsInArrayIndexedEvaluator. getSelector(ICondition condition, Object target, Object[] params, IRuntimeEnv env)IIntSelectorARangeIndexEvaluator. getSelector(ICondition condition, Object target, Object[] dtparams, IRuntimeEnv env)IIntSelectorContainsInOrNotInArrayIndexedEvaluator. getSelector(ICondition condition, Object target, Object[] params, IRuntimeEnv env)IIntSelectorDefaultConditionEvaluator. getSelector(ICondition condition, Object target, Object[] dtparams, IRuntimeEnv env)IIntSelectorIConditionEvaluator. getSelector(ICondition condition, Object target, Object[] dtparams, IRuntimeEnv env)IRuleIndexCombinedRangeIndexEvaluator. makeIndex(ICondition condition, IIntIterator it)ARuleIndexContainsInArrayIndexedEvaluator. makeIndex(ICondition condition, IIntIterator iterator)IRuleIndexContainsInArrayIndexedEvaluatorV2. makeIndex(ICondition condition, IIntIterator iterator)ARuleIndexContainsInOrNotInArrayIndexedEvaluator. makeIndex(ICondition condition, IIntIterator iterator)ARuleIndexDefaultConditionEvaluator. makeIndex(ICondition condition, IIntIterator it)No indexing for default evaluatorARuleIndexEqualsIndexedEvaluator. makeIndex(ICondition condition, IIntIterator it)IRuleIndexEqualsIndexedEvaluatorV2. makeIndex(ICondition condition, IIntIterator it)IRuleIndexIConditionEvaluator. makeIndex(ICondition cond, IIntIterator it)IRuleIndexSingleRangeIndexEvaluator. makeIndex(ICondition condition, IIntIterator it) -
Uses of ICondition in org.openl.rules.dt.element
Classes in org.openl.rules.dt.element that implement ICondition Modifier and Type Class Description classCondition -
Uses of ICondition in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return ICondition Modifier and Type Method Description IConditionAbstractDecisionTableWrapper. getCondition(int n)
-