Package org.openl.rules.dt.algorithm
Class TwoDimensionalAlgorithm
- java.lang.Object
-
- org.openl.rules.dt.algorithm.TwoDimensionalAlgorithm
-
- All Implemented Interfaces:
IDecisionTableAlgorithm
public class TwoDimensionalAlgorithm extends Object implements IDecisionTableAlgorithm
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IIntIteratorcheckedRules(Object target, Object[] params, IRuntimeEnv env)voidcleanParamValuesForIndexedConditions()
-
-
-
Method Detail
-
cleanParamValuesForIndexedConditions
public void cleanParamValuesForIndexedConditions()
- Specified by:
cleanParamValuesForIndexedConditionsin interfaceIDecisionTableAlgorithm
-
checkedRules
public IIntIterator checkedRules(Object target, Object[] params, IRuntimeEnv env)
- Specified by:
checkedRulesin interfaceIDecisionTableAlgorithm
-
-