The cached value of the '
Implies
' reference list.
index(EObject, EObjectIndex.Side) - Method in interface org.eclipse.emf.compare.match.eobject.EObjectIndex
Register an Object in the index with the given side.
index(EObject, EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ByTypeIndex
Register an Object in the index with the given side.
index(EObject, EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ProximityIndex
Register an Object in the index with the given side.
init() - Static method in class org.eclipse.emf.compare.impl.CompareFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.compare.impl.ComparePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it
depends.
initializePackageContents() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
Complete the initialization of the package and its meta-model.
inverse() - Method in enum org.eclipse.emf.compare.internal.merge.MergeMode
Returns the inverse of this enum.
IPostProcessor - Interface in org.eclipse.emf.compare.postprocessor
Implementations of this interface can be used in order to tell EMF Compare how to make post treatments at
each step of the comparison.
IPostProcessor.Descriptor - Interface in org.eclipse.emf.compare.postprocessor
Wrapper describing the given post processor.
IPostProcessor.Descriptor.Registry<K> - Interface in org.eclipse.emf.compare.postprocessor
Registry of post processor.
IReqEngine - Interface in org.eclipse.emf.compare.req
This class defines the general contract of a Requirements engine.
IResourceMatcher - Interface in org.eclipse.emf.compare.match.resource
An
IResourceMatcher
will be used to match two or three
Resource
s together; depending on whether we are doing a two or three
way comparison.
IResourceMatchingStrategy - Interface in org.eclipse.emf.compare.match.resource
irrelevant(EStructuralFeature) - Method in class org.eclipse.emf.compare.match.eobject.DefaultWeightProvider
return true i the feature is irrelevant for the comparison.
IS_EGENERIC_TYPE_WITHOUT_PARAMETERS - Static variable in class org.eclipse.emf.compare.utils.EMFComparePredicates
Predicate used to know if the given EObject is an EGenericType without eTypeArguments.
isAdapterForType(Object) - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
isAdapterForType(Object) - Method in class org.eclipse.emf.compare.utils.EqualityHelper
isAdd(ReferenceChange, boolean) - Method in class org.eclipse.emf.compare.merge.AbstractMerger
Specifies whether the given diff
will add a value in the target model for the current merging.
isAddOrSetDiff(Diff) - Static method in class org.eclipse.emf.compare.internal.utils.ComparisonUtil
Checks if the given difference is either an addition or a "set" from the default value to a new
reference.
isDeleteOrUnsetDiff(Diff) - Static method in class org.eclipse.emf.compare.internal.utils.ComparisonUtil
Checks if the given difference is either a deletion or a "unset" to the default value.
isFactoryForType(Object) - Method in class org.eclipse.emf.compare.util.CompareAdapterFactory
Returns whether this factory is applicable for the type of the object
isFeatureMapContainment(Diff) - Static method in class org.eclipse.emf.compare.internal.utils.ComparisonUtil
Checks whether the given diff corresponds to a feature map containment change.
isFeatureMapDerivedFeature(EReference) - Static method in class org.eclipse.emf.compare.utils.ReferenceUtil
Checks if the given reference is a FeatureMap-derived feature.
isIgnoredAttribute(EAttribute) - Method in class org.eclipse.emf.compare.diff.FeatureFilter
isIgnoredReference(Match, EReference) - Method in class org.eclipse.emf.compare.diff.FeatureFilter
isIncluded(EReference) - Method in class org.eclipse.emf.compare.internal.DiffCrossReferencer
isIncluded(EReference) - Method in class org.eclipse.emf.compare.internal.MatchCrossReferencer
isInScope(EObject) - Method in class org.eclipse.emf.compare.match.eobject.ProximityEObjectMatcher
Check whether the object is in the scope or not.
isInScope(EObject) - Method in interface org.eclipse.emf.compare.match.eobject.ScopeQuery
Check whether the object is in the scope or not.
isLeftEditable() - Method in interface org.eclipse.emf.compare.internal.merge.IMergeData
Returns whether the left side of the comparison is editable.
isLeftEditable() - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
Returns whether the left side of the comparison is editable.
isLeftToRight(boolean, boolean) - Method in enum org.eclipse.emf.compare.internal.merge.MergeMode
Returns if this mode will lead to merge to left to right depending whether left and/or right are
editable.
isLeftToRight(Diff, boolean, boolean) - Method in enum org.eclipse.emf.compare.internal.merge.MergeMode
To exactly know the way of merge (to compute consequences) we need the source of the diff.
isMatchEngineFactoryFor(IComparisonScope) - Method in interface org.eclipse.emf.compare.match.IMatchEngine.Factory
Check if the match engine factory is a good candidate for comparison.
isMatchEngineFactoryFor(IComparisonScope) - Method in class org.eclipse.emf.compare.match.impl.MatchEngineFactoryImpl
Check if the match engine factory is a good candidate for comparison.
isMergerFor(Diff) - Method in class org.eclipse.emf.compare.merge.AttributeChangeMerger
Check if the merger is a good candidate to merge the given difference.
isMergerFor(Diff) - Method in class org.eclipse.emf.compare.merge.ConflictMerger
Check if the merger is a good candidate to merge the given difference.
isMergerFor(Diff) - Method in class org.eclipse.emf.compare.merge.FeatureMapChangeMerger
Check if the merger is a good candidate to merge the given difference.
isMergerFor(Diff) - Method in interface org.eclipse.emf.compare.merge.IMerger
Check if the merger is a good candidate to merge the given difference.
isMergerFor(Diff) - Method in class org.eclipse.emf.compare.merge.PseudoConflictMerger
Check if the merger is a good candidate to merge the given difference.
isMergerFor(Diff) - Method in class org.eclipse.emf.compare.merge.ReferenceChangeMerger
Check if the merger is a good candidate to merge the given difference.
isMergerFor(Diff) - Method in class org.eclipse.emf.compare.merge.ResourceAttachmentChangeMerger
Check if the merger is a good candidate to merge the given difference.
isRelatedToAnExtensionAdd(ReferenceChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given reference change is related to a graphical add.
isRelatedToAnExtensionAdd(AttributeChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given attribute change is related to a graphical add.
isRelatedToAnExtensionAdd(ResourceAttachmentChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given resource attachment change is related to a graphical add.
isRelatedToAnExtensionChange(ReferenceChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given reference change is related to a graphical change.
isRelatedToAnExtensionChange(AttributeChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given attribute change is related to a graphical change.
isRelatedToAnExtensionChange(ResourceAttachmentChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given resource attachment change is related to a graphical change.
isRelatedToAnExtensionDelete(ReferenceChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given reference change is related to a graphical delete.
isRelatedToAnExtensionDelete(AttributeChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given attribute change is related to a graphical delete.
isRelatedToAnExtensionDelete(ResourceAttachmentChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given resource attachment change is related to a graphical delete.
isRelatedToAnExtensionMove(ReferenceChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given reference change is related to a graphical move.
isRelatedToAnExtensionMove(AttributeChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given attribute change is related to a graphical move.
isRelatedToAnExtensionMove(ResourceAttachmentChange) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Check if the given resource attachment change is related to a graphical ;ove.
isRightEditable() - Method in interface org.eclipse.emf.compare.internal.merge.IMergeData
Returns whether the right side of the comparison is editable.
isRightEditable() - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
Returns whether the right side of the comparison is editable.
isRoot(EObject) - Static method in class org.eclipse.emf.compare.diff.DefaultDiffEngine
Checks whether the given EObject is a root of its resource or not.
isThreeWay() - Method in interface org.eclipse.emf.compare.Comparison
EMF Compare
3.1.0.201410060749
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.