Constructor
new PathMatcher(withCommonality)
Create a new PathMatcher instance.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
withCommonality |
Boolean | false | If the commonality among leaf nodes should be considered. |
- Implements:
- Source:
Classes
Methods
match(oldTree, newTree, matching, comparator)
Extend the matching with inner nodes matches that are found along the path
of already matched leaves. Also considers the commonality between subtrees
in quality mode.
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: