Constructor
new FixedMatcher()
- Implements:
- Source:
Methods
match(oldTree, newTree, matching, comparator)
Match the root (and init script, if present) of the trees.
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: