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
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