- Source:
Methods
(abstract) match(oldTree, newTree, matching, comparator)
Extend the matching by executing this matching module.
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. |
- Source: