Package org.openl.rules.cmatch.algorithm
Interface IMatchAlgorithmCompiler
-
- All Known Implementing Classes:
MatchAlgorithmCompiler,ScoreAlgorithmCompiler,WeightAlgorithmCompiler
public interface IMatchAlgorithmCompiler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompile(IBindingContext bindingContext, ColumnMatch columnMatch)
-
-
-
Method Detail
-
compile
void compile(IBindingContext bindingContext, ColumnMatch columnMatch) throws SyntaxNodeException
- Throws:
SyntaxNodeException
-
-