Uses of Interface
org.openl.rules.cmatch.algorithm.IMatchAlgorithmCompilerBuilder
-
Packages that use IMatchAlgorithmCompilerBuilder Package Description org.openl.rules.cmatch.algorithm -
-
Uses of IMatchAlgorithmCompilerBuilder in org.openl.rules.cmatch.algorithm
Classes in org.openl.rules.cmatch.algorithm that implement IMatchAlgorithmCompilerBuilder Modifier and Type Class Description classMatchAlgorithmCompilerBuilderclassScoreAlgorithmCompilerBuilderclassWeightAlgorithmCompilerBuilderMethods in org.openl.rules.cmatch.algorithm that return IMatchAlgorithmCompilerBuilder Modifier and Type Method Description static IMatchAlgorithmCompilerBuilderMatchAlgorithmFactory. getDefaultBuilder()Methods in org.openl.rules.cmatch.algorithm with parameters of type IMatchAlgorithmCompilerBuilder Modifier and Type Method Description static voidMatchAlgorithmFactory. registerBuilder(String nameOfAlgorithm, IMatchAlgorithmCompilerBuilder builder)Register algorithm compiler builder for specified algorithm name.static voidMatchAlgorithmFactory. setDefaultBuilder(IMatchAlgorithmCompilerBuilder builder)
-