Uses of Interface
org.eclipse.emf.compare.FeatureMapChange
Package
Description
-
Uses of FeatureMapChange in org.eclipse.emf.compare
Modifier and TypeMethodDescriptionCompareFactory.createFeatureMapChange()
Returns a new object of class 'Feature Map Change'. -
Uses of FeatureMapChange in org.eclipse.emf.compare.conflict
Modifier and TypeMethodDescriptionprotected void
DefaultConflictDetector.checkContainmentFeatureMapConflict
(Comparison comparison, FeatureMapChange diff, Iterable<FeatureMapChange> candidates) This will be called once for each FeatureMapChange on containment values in the comparison model.protected void
DefaultConflictDetector.checkContainmentFeatureMapConflict
(Comparison comparison, FeatureMapChange diff, FeatureMapChange candidate) For each couple of diffs on the same value in which one is a containment feature map change, we will call this in order to check for possible conflicts.Modifier and TypeMethodDescriptionprotected void
DefaultConflictDetector.checkContainmentFeatureMapConflict
(Comparison comparison, FeatureMapChange diff, Iterable<FeatureMapChange> candidates) This will be called once for each FeatureMapChange on containment values in the comparison model. -
Uses of FeatureMapChange in org.eclipse.emf.compare.equi
Modifier and TypeMethodDescriptionprotected void
DefaultEquiEngine.checkForEquivalences
(Comparison comparison, FeatureMapChange featureMapChange) Checks the potential equivalence from the givendifference
. -
Uses of FeatureMapChange in org.eclipse.emf.compare.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Feature Map Change'. -
Uses of FeatureMapChange in org.eclipse.emf.compare.internal.conflict
Modifier and TypeMethodDescriptionAbstractConflictSearch<? extends Diff>
ConflictSearchFactory.caseFeatureMapChange
(FeatureMapChange diff) ModifierConstructorDescriptionAdd
(FeatureMapChange diff, ComparisonIndex index, Monitor monitor) Constructor.Change
(FeatureMapChange diff, ComparisonIndex index, Monitor monitor) Constructor.Delete
(FeatureMapChange diff, ComparisonIndex index, Monitor monitor) Constructor.Move
(FeatureMapChange diff, ComparisonIndex index, Monitor monitor) Constructor. -
Uses of FeatureMapChange in org.eclipse.emf.compare.internal.spec
Modifier and TypeClassDescriptionclass
This specialization of theFeatureMapChangeImpl
class allows us to define the derived features and operations implementations. -
Uses of FeatureMapChange in org.eclipse.emf.compare.internal.utils
Modifier and TypeMethodDescriptionstatic EObject
ComparisonUtil.moveElementGetExpectedContainer
(Comparison comparison, FeatureMapChange diff, boolean rightToLeft) Get the expected target container in case of a move. -
Uses of FeatureMapChange in org.eclipse.emf.compare.merge
Modifier and TypeMethodDescriptionprotected void
FeatureMapChangeMerger.addInTarget
(FeatureMapChange diff, boolean rightToLeft) This will be called when we need to create an element in the target side.protected void
FeatureMapChangeMerger.changeValue
(FeatureMapChange diff, boolean rightToLeft) This will be called by the merge operations in order to change a key.protected void
FeatureMapChangeMerger.doMove
(FeatureMapChange diff, Comparison comparison, EObject expectedContainer, FeatureMap.Entry expectedValue, boolean rightToLeft) This will do the actual work of moving the element into its attribute.protected void
FeatureMapChangeMerger.moveElement
(FeatureMapChange diff, boolean rightToLeft) This will be called when trying to copy a "MOVE" diff.protected void
FeatureMapChangeMerger.removeFromTarget
(FeatureMapChange diff, boolean rightToLeft) This will be called when we need to remove an element from the target side. -
Uses of FeatureMapChange in org.eclipse.emf.compare.provider.spec
Modifier and TypeMethodDescriptionprotected String
FeatureMapChangeItemProviderSpec.getFeatureMapText
(FeatureMapChange featureMapChange) Returns the name of the feature map linked to the givenFeatureMapChange
.protected String
FeatureMapChangeItemProviderSpec.getValueText
(FeatureMapChange featureMapChange) Converts to text the givenFeatureMapChange
. -
Uses of FeatureMapChange in org.eclipse.emf.compare.rcp.ui.internal.contentmergeviewer.accessor.impl
Modifier and TypeMethodDescriptionFeatureMapKeyChangeAccessorImpl.getFeatureMapChange()
Returns theFeatureMapChange
diff associated with this accessor.ModifierConstructorDescriptionFeatureMapKeyChangeAccessorImpl
(AdapterFactory adapterFactory, FeatureMapChange diff, IMergeViewer.MergeViewerSide side) Default constructor. -
Uses of FeatureMapChange in org.eclipse.emf.compare.util
Modifier and TypeMethodDescriptionCompareSwitch.caseFeatureMapChange
(FeatureMapChange object) Returns the result of interpreting the object as an instance of 'Feature Map Change'.