Class: ActualMerge

ActualMerge(raw, tree)

Data class for the actual output of a merge algorithm.

Constructor

new ActualMerge(raw, tree)

Construct a new ActualMerge instance.
Parameters:
Name Type Description
raw String The raw XML document containing the merge result.
tree Node The root of the internal tree representation of the merge result.
Source:

Classes

ActualMerge

Members

(constant) tree :Node

The root of the internal tree representation of the merge result.
Type:
Source: