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