public interface Conflict extends EObject
The following features are supported:
ComparePackage.getConflict()
Modifier and Type | Method and Description |
---|---|
EList<Diff> |
getDifferences()
Returns the value of the 'Differences' reference list.
|
ConflictKind |
getKind()
Returns the value of the 'Kind' attribute.
|
EList<Diff> |
getLeftDifferences()
This can be used to retrieve the list of differences that were made in the left element
|
EList<Diff> |
getRightDifferences()
This can be used to retrieve the list of differences that were made in the right element
|
void |
setKind(ConflictKind value)
Sets the value of the '
Kind ' attribute |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String copyright
ConflictKind getKind()
ConflictKind
.
Describes the kind of this conflict, whether it is a real conflict or a pseudo-conflict.
ConflictKind
,
setKind(ConflictKind)
,
ComparePackage.getConflict_Kind()
void setKind(ConflictKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.ConflictKind
,
getKind()
EList<Diff> getDifferences()
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.
ComparePackage.getConflict_Differences()
,
Diff.getConflict()
EList<Diff> getLeftDifferences()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.