Uses of Interface
org.openl.rules.cmatch.algorithm.IMatchAlgorithmExecutor
-
Packages that use IMatchAlgorithmExecutor Package Description org.openl.rules.cmatch org.openl.rules.cmatch.algorithm org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of IMatchAlgorithmExecutor in org.openl.rules.cmatch
Methods in org.openl.rules.cmatch that return IMatchAlgorithmExecutor Modifier and Type Method Description IMatchAlgorithmExecutorColumnMatch. getAlgorithmExecutor()Methods in org.openl.rules.cmatch with parameters of type IMatchAlgorithmExecutor Modifier and Type Method Description voidColumnMatch. setAlgorithmExecutor(IMatchAlgorithmExecutor algorithmExecutor) -
Uses of IMatchAlgorithmExecutor in org.openl.rules.cmatch.algorithm
Classes in org.openl.rules.cmatch.algorithm that implement IMatchAlgorithmExecutor Modifier and Type Class Description classMatchAlgorithmExecutorclassScoreAlgorithmExecutorclassWeightAlgorithmExecutor -
Uses of IMatchAlgorithmExecutor in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return IMatchAlgorithmExecutor Modifier and Type Method Description IMatchAlgorithmExecutorAbstractColumnMatchWrapper. getAlgorithmExecutor()Methods in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type IMatchAlgorithmExecutor Modifier and Type Method Description voidAbstractColumnMatchWrapper. setAlgorithmExecutor(IMatchAlgorithmExecutor algorithmExecutor)
-