Class ContainsInArrayIndexedEvaluator
- java.lang.Object
-
- org.openl.rules.dt.algorithm.evaluator.AConditionEvaluator
-
- org.openl.rules.dt.algorithm.evaluator.AContainsInArrayIndexedEvaluator
-
- org.openl.rules.dt.algorithm.evaluator.ContainsInArrayIndexedEvaluator
-
- All Implemented Interfaces:
IConditionEvaluator,IBaseConditionEvaluator
public class ContainsInArrayIndexedEvaluator extends AContainsInArrayIndexedEvaluator
- Author:
- snshor
-
-
Field Summary
-
Fields inherited from class org.openl.rules.dt.algorithm.evaluator.AConditionEvaluator
conditionCasts
-
Fields inherited from interface org.openl.rules.dt.algorithm.evaluator.IConditionEvaluator
ARRAY_CONDITION_PRIORITY, ARRAY_CONDITION_PRIORITY_V2, ARRAY2_CONDITION_PRIORITY, DECORATOR_CONDITION_PRIORITY, DEFAULT_CONDITION_PRIORITY, EQUALS_CONDITION_PRIORITY, EQUALS_CONDITION_PRIORITY_V2, RANGE_CONDITION_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description ContainsInArrayIndexedEvaluator(ConditionCasts conditionCasts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()ARuleIndexmakeIndex(ICondition condition, IIntIterator iterator)-
Methods inherited from class org.openl.rules.dt.algorithm.evaluator.AContainsInArrayIndexedEvaluator
countUniqueKeys, getFormalSourceCode, getMaxArrayLength, getSelector, indexedDomain, isIndexed
-
Methods inherited from class org.openl.rules.dt.algorithm.evaluator.AConditionEvaluator
getConditionParameterDomain, getOptimizedSourceCode, getRuleParameterDomain, setOptimizedSourceCode
-
-
-
-
Constructor Detail
-
ContainsInArrayIndexedEvaluator
public ContainsInArrayIndexedEvaluator(ConditionCasts conditionCasts)
-
-
Method Detail
-
makeIndex
public ARuleIndex makeIndex(ICondition condition, IIntIterator iterator)
-
getPriority
public int getPriority()
-
-