Class: FixedMatcher

FixedMatcher()

Simple matching module executed at the start of each matching pipeline.

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: