| Package | Description |
|---|---|
| org.openl.rules.cmatch | |
| org.openl.rules.cmatch.algorithm | |
| org.openl.rules.lang.xls.binding.wrapper |
| Modifier and Type | Method and Description |
|---|---|
MatchNode |
ColumnMatch.getCheckTree() |
MatchNode |
MatchNode.getParent() |
MatchNode |
ColumnMatch.getTotalScore() |
| Modifier and Type | Method and Description |
|---|---|
List<MatchNode> |
MatchNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
MatchNode.add(MatchNode child) |
void |
ColumnMatch.setCheckTree(MatchNode checkTree) |
void |
ColumnMatch.setTotalScore(MatchNode totalScore) |
| Modifier and Type | Method and Description |
|---|---|
protected MatchNode |
MatchAlgorithmCompiler.buildTree(List<TableRow> rows,
MatchNode[] nodes)
Builds tree based on indentation of each row.
|
protected MatchNode |
ScoreAlgorithmCompiler.buildTree(List<TableRow> rows,
MatchNode[] nodes) |
protected MatchNode |
WeightAlgorithmCompiler.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) |
| Modifier and Type | Method and Description |
|---|---|
protected MatchNode |
MatchAlgorithmCompiler.buildTree(List<TableRow> rows,
MatchNode[] nodes)
Builds tree based on indentation of each row.
|
protected MatchNode |
ScoreAlgorithmCompiler.buildTree(List<TableRow> rows,
MatchNode[] nodes) |
protected MatchNode |
WeightAlgorithmCompiler.buildTree(List<TableRow> rows,
MatchNode[] nodes) |
protected void |
MatchAlgorithmCompiler.parseCheckValues(IBindingContext bindingContext,
ColumnMatch columnMatch,
TableRow row,
MatchNode node,
int retValuesCount)
Parses CheckValues for node(row).
|
protected void |
MatchAlgorithmCompiler.validateTree(MatchNode rootNode,
List<TableRow> rows,
MatchNode[] nodes)
Checks that tree is consistent.
|
protected void |
MatchAlgorithmCompiler.validateTree(MatchNode rootNode,
List<TableRow> rows,
MatchNode[] nodes)
Checks that tree is consistent.
|
protected void |
ScoreAlgorithmCompiler.validateTree(MatchNode rootNode,
List<TableRow> rows,
MatchNode[] nodes)
Overrides to do nothing.
|
protected void |
ScoreAlgorithmCompiler.validateTree(MatchNode rootNode,
List<TableRow> rows,
MatchNode[] nodes)
Overrides to do nothing.
|
protected void |
WeightAlgorithmCompiler.validateTree(MatchNode rootNode,
List<TableRow> rows,
MatchNode[] nodes)
Overrides to do nothing.
|
protected void |
WeightAlgorithmCompiler.validateTree(MatchNode rootNode,
List<TableRow> rows,
MatchNode[] nodes)
Overrides to do nothing.
|
| Modifier and Type | Method and Description |
|---|---|
MatchNode |
ColumnMatchWrapper.getCheckTree() |
MatchNode |
ColumnMatchWrapper.getTotalScore() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnMatchWrapper.setCheckTree(MatchNode checkTree) |
void |
ColumnMatchWrapper.setTotalScore(MatchNode totalScore) |
Copyright © 2004–2019 OpenL Tablets. All rights reserved.