Constructor
new ExpectedMerge(expectedTrees, acceptedTrees)
Construct a new ExpectedMerge instance.
Parameters:
Name | Type | Description |
---|---|---|
expectedTrees |
Array.<Node> | A list of the roots of merge process trees that lead to the OK verdict. |
acceptedTrees |
Array.<Node> | A list of the roots of merge process trees that lead to the ACCEPTABLE verdict. |
- Source:
Classes
Members
(constant) acceptedTrees :Array.<Node>
A list of the roots of merge process trees that lead to the ACCEPTABLE
verdict.
Type:
- Array.<Node>
- Source:
(constant) expectedTrees :Array.<Node>
A list of the roots of merge process trees that lead to the OK verdict.
Type:
- Array.<Node>
- Source: