Uses of Interface
org.eclipse.emf.compare.merge.IMerger2
| Package | Description |
|---|---|
| org.eclipse.emf.compare.merge |
-
Uses of IMerger2 in org.eclipse.emf.compare.merge
Classes in org.eclipse.emf.compare.merge that implement IMerger2 Modifier and Type Class Description classAbstractMergerAbstract implementation of anIMerger.classAdditiveConflictMergerThis specific implementation ofAbstractMergerwill be used to merge conflicts in an additive merge context.classAdditiveReferenceChangeMergerThis specific implementation ofAbstractMergerwill be used to merge reference changes in an additive merge context.classAdditiveResourceAttachmentChangeMergerThis specific implementation ofAbstractMergerwill be used to merge resource attachment changes in an additive merge context.classAttributeChangeMergerThis specific implementation ofAbstractMergerwill be used to merge attribute changes.classConflictMergerThis specific implementation ofAbstractMergerwill be used to merge real conflicts.classFeatureMapChangeMergerThis specific implementation ofAbstractMergerwill be used to merge attribute changes.classPseudoConflictMergerA simple merger for pseudo conflict.classReferenceChangeMergerThis specific implementation ofAbstractMergerwill be used to merge reference changes.classResourceAttachmentChangeMergerThis specific implementation ofAbstractMergerwill be used to merge resource attachment changes.classResourceLocationChangeMergerDeprecated.ResourceLocationChanges have been replaced byResourceAttachmentChanges of kind Move.Methods in org.eclipse.emf.compare.merge that return IMerger2 Modifier and Type Method Description IMerger2DiffRelationshipComputer. getMerger(Diff diff)IMerger2IDiffRelationshipComputer. getMerger(Diff diff)Returns the best-fitting merger for the given diff according to themerger registryand themerge criterion.