Uses of Class
org.openl.rules.cmatch.algorithm.ColumnDefinition
-
Packages that use ColumnDefinition Package Description org.openl.rules.cmatch.algorithm -
-
Uses of ColumnDefinition in org.openl.rules.cmatch.algorithm
Fields in org.openl.rules.cmatch.algorithm with type parameters of type ColumnDefinition Modifier and Type Field Description protected static List<ColumnDefinition>MatchAlgorithmCompiler. MATCH_COLUMN_DEFINITIONprotected static List<ColumnDefinition>ScoreAlgorithmCompiler. SCORE_COLUMN_DEFINITIONprotected static List<ColumnDefinition>WeightAlgorithmCompiler. WEIGHT_COLUMN_DEFINITIONMethods in org.openl.rules.cmatch.algorithm that return types with arguments of type ColumnDefinition Modifier and Type Method Description protected List<ColumnDefinition>MatchAlgorithmCompiler. getColumnDefinition()protected List<ColumnDefinition>ScoreAlgorithmCompiler. getColumnDefinition()protected List<ColumnDefinition>WeightAlgorithmCompiler. getColumnDefinition()
-