Constructor
new SandwichMatcher()
- Implements:
- Source:
Methods
match(oldTree, newTree, matching, comparator)
Extend the matching with matches that can be inferred from the matching
of surrounding nodes, e.g., if a node is vertically or horizontally
sandwiched between matches. To detect fuzzy matches, the comparison
threshold is raised for this matching module only.
Parameters:
Name | Type | Description |
---|---|---|
oldTree |
Node | The root of the old (original) process tree |
newTree |
Node | The root of the new (changed) process tree |
matching |
Matching | The existing matching to be extended |
comparator |
Comparator | The comparator used for comparisons. |
- Implements:
- Source: