Class: ExpectedMerge

ExpectedMerge(expectedTrees, acceptedTrees)

The expected output of a merge algorithm.

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

ExpectedMerge

Members

(constant) acceptedTrees :Array.<Node>

A list of the roots of merge process trees that lead to the ACCEPTABLE verdict.
Type:
Source:

(constant) expectedTrees :Array.<Node>

A list of the roots of merge process trees that lead to the OK verdict.
Type:
Source: