Class: CpeeMerge

CpeeMerge()

A simple matching-based three way merger for process trees.

Constructor

new CpeeMerge()

Source:

Methods

merge(base, branch1, branch2) → {Node}

Perform a three-way merge on process trees.
Parameters:
Name Type Description
base Node The root of the base process tree.
branch1 Node The root of the first branch process tree.
branch2 Node The root of the second branch process tree.
Source:
Returns:
Type
Node