Uses of Class
org.eclipse.emf.compare.impl.DiffImpl
-
Packages that use DiffImpl Package Description org.eclipse.emf.compare.impl org.eclipse.emf.compare.internal.spec -
-
Uses of DiffImpl in org.eclipse.emf.compare.impl
Subclasses of DiffImpl in org.eclipse.emf.compare.impl Modifier and Type Class Description class
AttributeChangeImpl
An implementation of the model object 'Attribute Change'.class
FeatureMapChangeImpl
An implementation of the model object 'Feature Map Change'.class
ReferenceChangeImpl
An implementation of the model object 'Reference Change'.class
ResourceAttachmentChangeImpl
An implementation of the model object 'Resource Attachment Change'.class
ResourceLocationChangeImpl
An implementation of the model object 'Resource Location Change'. -
Uses of DiffImpl in org.eclipse.emf.compare.internal.spec
Subclasses of DiffImpl in org.eclipse.emf.compare.internal.spec Modifier and Type Class Description class
AttributeChangeSpec
This specialization of theAttributeChangeImpl
class allows us to define the derived features and operations implementations.class
DiffSpec
This specialization of theDiffImpl
class allows us to define the derived features and operations implementations.class
FeatureMapChangeSpec
This specialization of theFeatureMapChangeImpl
class allows us to define the derived features and operations implementations.class
ReferenceChangeSpec
This specialization of theReferenceChangeImpl
class allows us to define the derived features and operations implementations.class
ResourceAttachmentChangeSpec
This specialization of theResourceAttachmentChangeImpl
class allows us to define the derived features and operations implementations.class
ResourceLocationChangeSpec
This specialization of theResourceLocationChangeImpl
class allows us to define the derived features and operations implementations.
-