Class: CpeeDiff

CpeeDiff(matchPipeline)

A coordinator class for the CPEE process tree difference algorithm.

Constructor

new CpeeDiff(matchPipeline)

Create a new CpeeDiff instance with the specified match pipeline. By default, the pipeline is configured based on the selected matching mode.
Parameters:
Name Type Description
matchPipeline MatchPipeline
Source:

Classes

CpeeDiff

Methods

diff(oldTree, newTree) → {EditScript}

Run the diff algorithm from a top-level perspective
Parameters:
Name Type Description
oldTree Node The root of the original process tree
newTree Node The root of the changed process tree
Source:
Returns:
Type
EditScript