Package org.openl.rules.dt.algorithm
Interface IDecisionTableAlgorithm
-
- All Known Implementing Classes:
DecisionTableOptimizedAlgorithm,TwoDimensionalAlgorithm
public interface IDecisionTableAlgorithm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IIntIteratorcheckedRules(Object target, Object[] params, IRuntimeEnv env)voidcleanParamValuesForIndexedConditions()
-
-
-
Method Detail
-
cleanParamValuesForIndexedConditions
void cleanParamValuesForIndexedConditions()
-
checkedRules
IIntIterator checkedRules(Object target, Object[] params, IRuntimeEnv env)
-
-