Package org.eclipse.emf.compare.impl
Class DiffImpl
- All Implemented Interfaces:
Notifier
,Diff
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
- Direct Known Subclasses:
AttributeChangeImpl
,DiffSpec
,FeatureMapChangeImpl
,ReferenceChangeImpl
,ResourceAttachmentChangeImpl
,ResourceLocationChangeImpl
An implementation of the model object 'Diff'.
The following features are implemented:
- Generated:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.Container
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
-
Field Summary
Modifier and TypeFieldDescriptionprotected Conflict
The cached value of the 'Conflict
' reference.static final String
protected Equivalence
The cached value of the 'Equivalence
' reference.The cached value of the 'Implied By
' reference list.The cached value of the 'Implies
' reference list.protected DifferenceKind
The cached value of the 'Kind
' attribute.protected static final DifferenceKind
The default value of the 'Kind
' attribute.protected Diff
The cached value of the 'Prime Refining
' reference.The cached value of the 'Refined By
' reference list.The cached value of the 'Refines
' reference list.The cached value of the 'Required By
' reference list.The cached value of the 'Requires
' reference list.protected DifferenceSource
The cached value of the 'Source
' attribute.protected static final DifferenceSource
The default value of the 'Source
' attribute.protected DifferenceState
The cached value of the 'State
' attribute.protected static final DifferenceState
The default value of the 'State
' attribute.Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbasicSetConflict
(Conflict newConflict, NotificationChain msgs) basicSetEquivalence
(Equivalence newEquivalence, NotificationChain msgs) void
void
void
discard()
eGet
(int featureID, boolean resolve, boolean coreType) eInverseAdd
(InternalEObject otherEnd, int featureID, NotificationChain msgs) eInverseRemove
(InternalEObject otherEnd, int featureID, NotificationChain msgs) boolean
eIsSet
(int featureID) void
protected EClass
void
eUnset
(int featureID) getKind()
getMatch()
getState()
void
setConflict
(Conflict newConflict) void
setEquivalence
(Equivalence newEquivalence) void
setKind
(DifferenceKind newKind) void
void
setSource
(DifferenceSource newSource) void
setState
(DifferenceState newState) toString()
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
- Generated:
-
requires
The cached value of the 'Requires
' reference list.- See Also:
- Generated:
-
requiredBy
The cached value of the 'Required By
' reference list.- See Also:
- Generated:
-
implies
The cached value of the 'Implies
' reference list.- See Also:
- Generated:
-
impliedBy
The cached value of the 'Implied By
' reference list.- Since:
- 3.1
- See Also:
- Generated:
-
refines
The cached value of the 'Refines
' reference list.- See Also:
- Generated:
-
refinedBy
The cached value of the 'Refined By
' reference list.- See Also:
- Generated:
-
primeRefining
The cached value of the 'Prime Refining
' reference.- Since:
- 3.1
- See Also:
- Generated:
-
KIND_EDEFAULT
The default value of the 'Kind
' attribute.- See Also:
- Generated:
-
kind
The cached value of the 'Kind
' attribute.- See Also:
- Generated:
-
SOURCE_EDEFAULT
The default value of the 'Source
' attribute.- See Also:
- Generated:
-
source
The cached value of the 'Source
' attribute.- See Also:
- Generated:
-
STATE_EDEFAULT
The default value of the 'State
' attribute.- See Also:
- Generated:
-
state
The cached value of the 'State
' attribute.- See Also:
- Generated:
-
equivalence
The cached value of the 'Equivalence
' reference.- See Also:
- Generated:
-
conflict
The cached value of the 'Conflict
' reference.- See Also:
- Generated:
-
-
Constructor Details
-
DiffImpl
protected DiffImpl()- Generated:
-
-
Method Details
-
eStaticClass
- Overrides:
eStaticClass
in classBasicEObjectImpl
- Generated:
-
getMatch
-
basicGetMatch
- Since:
- 3.2
- Generated:
-
setMatch
-
getRequires
- Specified by:
getRequires
in interfaceDiff
- Returns:
- the value of the 'Requires' reference list.
- See Also:
- Generated:
-
getRequiredBy
- Specified by:
getRequiredBy
in interfaceDiff
- Returns:
- the value of the 'Required By' reference list.
- See Also:
- Generated:
-
getImplies
- Specified by:
getImplies
in interfaceDiff
- Returns:
- the value of the 'Implies' reference list.
- See Also:
- Generated:
-
getImpliedBy
- Specified by:
getImpliedBy
in interfaceDiff
- Returns:
- the value of the 'Implied By' reference list.
- See Also:
- Generated:
-
getRefines
- Specified by:
getRefines
in interfaceDiff
- Returns:
- the value of the 'Refines' reference list.
- See Also:
- Generated:
-
getRefinedBy
- Specified by:
getRefinedBy
in interfaceDiff
- Returns:
- the value of the 'Refined By' reference list.
- See Also:
- Generated:
-
getPrimeRefining
- Specified by:
getPrimeRefining
in interfaceDiff
- Returns:
- the value of the 'Prime Refining' reference.
- See Also:
- Generated:
-
basicGetPrimeRefining
- Generated:
-
getKind
-
setKind
-
getConflict
- Specified by:
getConflict
in interfaceDiff
- Returns:
- the value of the 'Conflict' reference.
- See Also:
- Generated:
-
basicGetConflict
- Generated:
-
basicSetConflict
- Generated:
-
setConflict
- Specified by:
setConflict
in interfaceDiff
- Parameters:
newConflict
- the new value of the 'Conflict' reference.- See Also:
- Generated:
-
getSource
-
setSource
-
getState
-
setState
-
getEquivalence
- Specified by:
getEquivalence
in interfaceDiff
- Returns:
- the value of the 'Equivalence' reference.
- See Also:
- Generated:
-
basicGetEquivalence
- Generated:
-
basicSetEquivalence
- Generated:
-
setEquivalence
- Specified by:
setEquivalence
in interfaceDiff
- Parameters:
newEquivalence
- the new value of the 'Equivalence' reference.- See Also:
- Generated:
-
copyRightToLeft
public void copyRightToLeft()- Specified by:
copyRightToLeft
in interfaceDiff
- Generated:
-
copyLeftToRight
public void copyLeftToRight()- Specified by:
copyLeftToRight
in interfaceDiff
- Generated:
-
discard
public void discard() -
eInverseAdd
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) - Overrides:
eInverseAdd
in classBasicEObjectImpl
- Generated:
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) - Overrides:
eInverseRemove
in classBasicEObjectImpl
- Generated:
-
eGet
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classBasicEObjectImpl
- Generated:
-
eSet
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classBasicEObjectImpl
- Generated:
-
eUnset
public void eUnset(int featureID) - Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classBasicEObjectImpl
- Generated:
-
eIsSet
public boolean eIsSet(int featureID) - Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classBasicEObjectImpl
- Generated:
-
toString
- Overrides:
toString
in classBasicEObjectImpl
- Generated:
-