Class: Confidence

Confidence(contentConfident, parentConfident, positionConfident)

A data class containing information about the confidence of a merge for a certain node.

Constructor

new Confidence(contentConfident, parentConfident, positionConfident)

Construct a new Confidence instance.
Parameters:
Name Type Default Description
contentConfident Boolean true If the merge is confident about the content of a node.
parentConfident Boolean true If the merge is confident about the parent node of a node.
positionConfident Boolean true If the merge is confident about the position of a node within
Properties:
Name Type Description
contentConfident Boolean If the merge is confident about the content of a node.
parentConfident Boolean If the merge is confident about the parent node of a node.
positionConfident Boolean If the merge is confident about the position of a node within the child list of its parent.
Source:

Classes

Confidence

Members

contentConfident :Boolean

If the merge is confident about the content of a node.
Type:
  • Boolean
Source:

parentConfident :Boolean

If the merge is confident about the parent node of a node.
Type:
  • Boolean
Source:

positionConfident :Boolean

If the merge is confident about the position of a node within the child list of its parent.
Type:
  • Boolean
Source: