Interface Conflict

    • Method Detail

      • setKind

        void setKind​(ConflictKind value)
        Sets the value of the 'Kind' attribute.
        Parameters:
        value - the new value of the 'Kind' attribute.
        See Also:
        ConflictKind, getKind()
        Generated:
      • getDifferences

        EList<Diff> getDifferences()
        Returns the value of the 'Differences' reference list. The list contents are of type Diff. It is bidirectional and its opposite is 'Conflict'. This will reference all differences that are related to this conflict. The number of elements contained in this list is at least two.
        Returns:
        the value of the 'Differences' reference list.
        See Also:
        ComparePackage.getConflict_Differences(), Diff.getConflict()
        Generated:
      • getLeftDifferences

        EList<Diff> getLeftDifferences()
        This can be used to retrieve the list of differences that were made in the left element.
        Generated:
      • getRightDifferences

        EList<Diff> getRightDifferences()
        This can be used to retrieve the list of differences that were made in the right element.
        Generated: