Class: PathMatcher

PathMatcher(withCommonality)

A matching module that uses the existing matches to find good matches between inner nodes. Also considers the commonality between subtrees.

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

PathMatcher

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: