Class: PropertyMatcher

PropertyMatcher()

A matching module dedicated to the matching or property nodes.

Constructor

new PropertyMatcher()

Implements:
Source:

Methods

match(oldTree, newTree, matching, comparator)

Extend the matching with matches between property nodes of matched leaf and inner nodes.
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: