Uses of Class
org.openl.rules.cmatch.TableRow
-
Packages that use TableRow Package Description org.openl.rules.cmatch org.openl.rules.cmatch.algorithm org.openl.rules.lang.xls.binding.wrapper.base -
-
Uses of TableRow in org.openl.rules.cmatch
Methods in org.openl.rules.cmatch that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>ColumnMatch. getRows()Method parameters in org.openl.rules.cmatch with type arguments of type TableRow Modifier and Type Method Description voidColumnMatch. setRows(List<TableRow> rows) -
Uses of TableRow in org.openl.rules.cmatch.algorithm
Methods in org.openl.rules.cmatch.algorithm with parameters of type TableRow Modifier and Type Method Description protected voidMatchAlgorithmCompiler. checkRowName(TableRow row, String expectedName)protected voidMatchAlgorithmCompiler. parseCheckValues(IBindingContext bindingContext, ColumnMatch columnMatch, TableRow row, MatchNode node, int retValuesCount)Parses CheckValues for node(row).protected Object[]MatchAlgorithmCompiler. parseValues(IBindingContext bindingContext, ColumnMatch columnMatch, TableRow row, IOpenClass openClass)Method parameters in org.openl.rules.cmatch.algorithm with type arguments of type TableRow 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. 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 TableRow in org.openl.rules.lang.xls.binding.wrapper.base
Methods in org.openl.rules.lang.xls.binding.wrapper.base that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>AbstractColumnMatchWrapper. getRows()Method parameters in org.openl.rules.lang.xls.binding.wrapper.base with type arguments of type TableRow Modifier and Type Method Description voidAbstractColumnMatchWrapper. setRows(List<TableRow> rows)
-