Uses of Class
org.openl.rules.cmatch.MatchNode
-
Packages that use MatchNode Package Description org.openl.rules.cmatch org.openl.rules.cmatch.algorithm org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of MatchNode in org.openl.rules.cmatch
Methods in org.openl.rules.cmatch that return MatchNode Modifier and Type Method Description MatchNodeColumnMatch. getCheckTree()MatchNodeMatchNode. getParent()MatchNodeColumnMatch. getTotalScore()Methods in org.openl.rules.cmatch that return types with arguments of type MatchNode Modifier and Type Method Description List<MatchNode>MatchNode. getChildren()Methods in org.openl.rules.cmatch with parameters of type MatchNode Modifier and Type Method Description voidMatchNode. add(MatchNode child)voidColumnMatch. setCheckTree(MatchNode checkTree)voidColumnMatch. setTotalScore(MatchNode totalScore) -
Uses of MatchNode in org.openl.rules.cmatch.algorithm
Methods in org.openl.rules.cmatch.algorithm that return MatchNode Modifier and Type Method Description protected MatchNodeMatchAlgorithmCompiler. buildTree(List<TableRow> rows, MatchNode[] nodes)Builds tree based on indentation of each row.protected MatchNodeScoreAlgorithmCompiler. buildTree(List<TableRow> rows, MatchNode[] nodes)protected MatchNodeWeightAlgorithmCompiler. buildTree(List<TableRow> rows, MatchNode[] nodes)protected MatchNode[]MatchAlgorithmCompiler. prepareNodes(IBindingContext bindingContext, ColumnMatch columnMatch, ArgumentsHelper argumentsHelper, int retValuesCount)Prepares Nodes.protected MatchNode[]ScoreAlgorithmCompiler. prepareNodes(IBindingContext bindingContext, ColumnMatch columnMatch, ArgumentsHelper argumentsHelper, int retValuesCount)protected MatchNode[]WeightAlgorithmCompiler. prepareNodes(IBindingContext bindingContext, ColumnMatch columnMatch, ArgumentsHelper argumentsHelper, int retValuesCount)Methods in org.openl.rules.cmatch.algorithm with parameters of type MatchNode Modifier and Type Method Description protected MatchNodeMatchAlgorithmCompiler. buildTree(List<TableRow> rows, MatchNode[] nodes)Builds tree based on indentation of each row.protected MatchNodeScoreAlgorithmCompiler. buildTree(List<TableRow> rows, MatchNode[] nodes)protected MatchNodeWeightAlgorithmCompiler. buildTree(List<TableRow> rows, MatchNode[] nodes)protected voidMatchAlgorithmCompiler. parseCheckValues(IBindingContext bindingContext, ColumnMatch columnMatch, TableRow row, MatchNode node, int retValuesCount)Parses CheckValues for node(row).protected voidMatchAlgorithmCompiler. validateTree(MatchNode rootNode, List<TableRow> rows, MatchNode[] nodes)Checks that tree is consistent.protected voidScoreAlgorithmCompiler. validateTree(MatchNode rootNode, List<TableRow> rows, MatchNode[] nodes)Overrides to do nothing.protected voidWeightAlgorithmCompiler. validateTree(MatchNode rootNode, List<TableRow> rows, MatchNode[] nodes)Overrides to do nothing. -
Uses of MatchNode in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return MatchNode Modifier and Type Method Description MatchNodeAbstractColumnMatchWrapper. getCheckTree()MatchNodeAbstractColumnMatchWrapper. getTotalScore()Methods in org.openl.rules.lang.xls.binding.wrapper.base with parameters of type MatchNode Modifier and Type Method Description voidAbstractColumnMatchWrapper. setCheckTree(MatchNode checkTree)voidAbstractColumnMatchWrapper. setTotalScore(MatchNode totalScore)
-