Package org.eclipse.emf.compare.match
Class MatchOfContainmentReferenceChangeAdapter
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterImpl
org.eclipse.emf.compare.match.MatchOfContainmentReferenceChangeAdapter
- All Implemented Interfaces:
Adapter
,Adapter.Internal
Specific
Adapter
to Match
es that are related to containment ReferenceChange
s (that
are placed in their parent Match
).-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
Field Summary
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
-
Constructor Summary
ConstructorDescriptionMatchOfContainmentReferenceChangeAdapter
(ReferenceChange referenceChange) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet theReferenceChange
to associate with the adaptedMatch
.boolean
isAdapterForType
(Object type) .Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
-
Constructor Details
-
MatchOfContainmentReferenceChangeAdapter
Constructor.- Parameters:
referenceChange
- TheReferenceChange
to associate with the adaptedMatch
.
-
-
Method Details
-
isAdapterForType
.- Specified by:
isAdapterForType
in interfaceAdapter
- Overrides:
isAdapterForType
in classAdapterImpl
- See Also:
-
getReferenceChange
Get theReferenceChange
to associate with the adaptedMatch
.- Returns:
- The
ReferenceChange
to associate with the adaptedMatch
.
-