Package org.openl.rules.cmatch.algorithm
Class ScoreAlgorithmExecutor
- java.lang.Object
-
- org.openl.rules.cmatch.algorithm.ScoreAlgorithmExecutor
-
- All Implemented Interfaces:
IMatchAlgorithmExecutor,Invokable<ColumnMatch,IRuntimeEnv>
public class ScoreAlgorithmExecutor extends Object implements IMatchAlgorithmExecutor
-
-
Constructor Summary
Constructors Constructor Description ScoreAlgorithmExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(ColumnMatch target, Object[] params, IRuntimeEnv env)
-
-
-
Method Detail
-
invoke
public Object invoke(ColumnMatch target, Object[] params, IRuntimeEnv env)
- Specified by:
invokein interfaceInvokable<ColumnMatch,IRuntimeEnv>
-
-