Uses of Interface
org.openl.rules.cmatch.algorithm.IMatchAlgorithmCompiler
-
Packages that use IMatchAlgorithmCompiler Package Description org.openl.rules.cmatch.algorithm -
-
Uses of IMatchAlgorithmCompiler in org.openl.rules.cmatch.algorithm
Classes in org.openl.rules.cmatch.algorithm that implement IMatchAlgorithmCompiler Modifier and Type Class Description classMatchAlgorithmCompilerclassScoreAlgorithmCompilerclassWeightAlgorithmCompilerMethods in org.openl.rules.cmatch.algorithm that return IMatchAlgorithmCompiler Modifier and Type Method Description IMatchAlgorithmCompilerIMatchAlgorithmCompilerBuilder. build()IMatchAlgorithmCompilerMatchAlgorithmCompilerBuilder. build()IMatchAlgorithmCompilerScoreAlgorithmCompilerBuilder. build()IMatchAlgorithmCompilerWeightAlgorithmCompilerBuilder. build()static IMatchAlgorithmCompilerMatchAlgorithmFactory. getAlgorithm(String nameOfAlgorithm)Get compiler for algorithm by its name.
-