A B C D E F G H I K L M N O P R S T U V

I

ICompareEditorPartListener - Interface in org.eclipse.emf.compare.ui
Listens for events sent by ModelContentMergeViewers.
ICompareInputDetailsProvider - Interface in org.eclipse.emf.compare.ui
This interface is responsible for providing compared resources to the EMF Compare core.
icon - Variable in class org.eclipse.emf.compare.diff.service.DiffEngineDescriptor
Icon of this engine.
icon - Variable in class org.eclipse.emf.compare.match.service.MatchEngineDescriptor
Icon of this engine.
ICONS_PREFERENCES_HELP - Static variable in interface org.eclipse.emf.compare.ui.util.EMFCompareConstants
Full path of the preferences help icon.
IDiffEngine - Interface in org.eclipse.emf.compare.diff.engine
A Diff engine has the responsability to provide a diff (or delta) model from a matching model.
IDiffEngineSelector - Interface in org.eclipse.emf.compare.diff.service
This can be subclassed for clients to display a diff engine selector to users when more than a single diff engine are defined on the same file extension.
IExportAction - Interface in org.eclipse.emf.compare.ui.export
Describes an action that can be used by EMF Compare "export diff as" menu.
ignoreEcoreID(boolean) - Method in class org.eclipse.emf.compare.match.engine.MatchSettings
Activate or deactivate the fact that the match engine should ignore ID's attributes defined in the Ecore model.
ignoreFeature(EStructuralFeature) - Method in class org.eclipse.emf.compare.epatch.AbstractEpatchBuilder
 
ignoreXMIID(boolean) - Method in class org.eclipse.emf.compare.match.engine.MatchSettings
Activate or deactivate the fact that the match engine should ignore XMI ID's.
IMatchEngine - Interface in org.eclipse.emf.compare.match.engine
A Match Engine is responsible for returning a match model from a set of models.
IMatchEngineSelector - Interface in org.eclipse.emf.compare.match.service
Clients can subclass this in order to offer a specific match engine selector to users when more than one are defined on the same file extension.
IMatchScope - Interface in org.eclipse.emf.compare.match.engine
A Match Scope is used by the match engine to limit the range of comparison.
IMatchScopeProvider - Interface in org.eclipse.emf.compare.match.engine
A scope provider that can be passed to a IMatchEngine via the MatchOptions.OPTION_MATCH_SCOPE_PROVIDER option.
IMergeListener - Interface in org.eclipse.emf.compare.diff.merge
Base interface for the listeners that can be notified when a merge operation is about to occur or to end.
IMerger - Interface in org.eclipse.emf.compare.diff.merge
Base interface for merger implementation.
IMERGER - Static variable in interface org.eclipse.emf.compare.diff.metamodel.DiffPackage
The meta object id for the 'IMerger' data type. IMERGER - Static variable in interface org.eclipse.emf.compare.diff.metamodel.DiffPackage.Literals
The meta object literal for the 'IMerger' data type
IMergerProvider - Interface in org.eclipse.emf.compare.diff.merge
This allows the association of mergers to specific DiffElement.
IModelCompareInputProvider - Interface in org.eclipse.emf.compare.ui
This interface needs to be implemented by objects that want to provide a ModelCompareInput.
IModelContentMergeViewerTab - Interface in org.eclipse.emf.compare.ui.viewer.content.part
Represents a tab that will be placed in a ModelContentMergeTabFolder.
importMap - Variable in class org.eclipse.emf.compare.epatch.AbstractEpatchBuilder
 
imports - Variable in class org.eclipse.emf.compare.epatch.applier.CopyingEpatchApplier
 
indexOf(Object) - Method in class org.eclipse.emf.compare.util.EMFCompareMap
Determines the index of the specified key in the keys array.
init() - Static method in class org.eclipse.emf.compare.diff.metamodel.impl.DiffFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.compare.diff.metamodel.impl.DiffPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(EObject, EObject) - Method in class org.eclipse.emf.compare.match.engine.AbstractSimilarityChecker
Convenience method if the checker need to be initialized in some way.
init(Resource, Resource) - Method in class org.eclipse.emf.compare.match.engine.AbstractSimilarityChecker
Convenience method if the checker need to be initialized in some way.
init() - Static method in class org.eclipse.emf.compare.match.metamodel.impl.MatchFactoryImpl
Creates the default factory implementation
init() - Static method in class org.eclipse.emf.compare.match.metamodel.impl.MatchPackageImpl
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.diff.metamodel.impl.DiffPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class org.eclipse.emf.compare.match.metamodel.impl.MatchPackageImpl
Complete the initialization of the package and its meta-model.
input - Variable in class org.eclipse.emf.compare.ui.viewer.structure.ModelStructureContentProvider
Result of the underlying comparison.
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.emf.compare.ui.viewer.content.ModelContentMergeContentProvider
inputChanged(Object, Object) - Method in class org.eclipse.emf.compare.ui.viewer.content.part.diff.ModelContentMergeDiffTab
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.emf.compare.ui.viewer.content.part.property.PropertyContentProvider
inputChanged(Viewer, Object, Object) - Method in class org.eclipse.emf.compare.ui.viewer.structure.ModelStructureContentProvider
inputChanged(Object, Object) - Method in class org.eclipse.emf.compare.ui.viewer.structure.ModelStructureMergeViewer
inputResources - Variable in class org.eclipse.emf.compare.epatch.applier.CopyingEpatchApplier
 
inputSnapshot - Variable in class org.eclipse.emf.compare.ui.editor.ModelCompareEditorInput
ComparisonSnapshot result of the underlying comparison.
insertionIndexFor(K) - Method in class org.eclipse.emf.compare.util.EMFCompareMap
Returns the index at which key can be inserted.
INSTANCE - Static variable in class org.eclipse.emf.compare.diff.provider.DiffEditPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.compare.diff.service.DiffEngineRegistry
Singleton instance of the registry.
INSTANCE - Static variable in class org.eclipse.emf.compare.match.filter.ResourceFilterRegistry
Singleton instance of the registry.
INSTANCE - Static variable in class org.eclipse.emf.compare.match.metamodel.provider.MatchEditPlugin
Keep track of the singleton
INSTANCE - Static variable in class org.eclipse.emf.compare.match.service.MatchEngineRegistry
Singleton instance of the registry.
inverse() - Method in enum org.eclipse.emf.compare.epatch.applier.ApplyStrategy
 
InvertedEpatchMapping - Class in org.eclipse.emf.compare.epatch.applier
 
InvertedEpatchMapping(EpatchMapping) - Constructor for class org.eclipse.emf.compare.epatch.applier.InvertedEpatchMapping
 
invokeMethod(Object, String, Object...) - Static method in class org.eclipse.emf.compare.util.ClassUtils
Convenience method to reflectively invoke a given method on the given object with the given parameters.
IResourceFilter - Interface in org.eclipse.emf.compare.match.filter
This interface describes the contract for resource filters that can be provided through the extension point org.eclipse.emf.compare.match.resourcefilters.
IS_COLLAPSED_EDEFAULT - Static variable in class org.eclipse.emf.compare.diff.metamodel.impl.AbstractDiffExtensionImpl
The default value of the 'Is Collapsed' attribute. isAdapterForType(Object) - Method in class org.eclipse.emf.compare.epatch.recorder.EmfRecorder
 
isCollapsed - Variable in class org.eclipse.emf.compare.diff.metamodel.impl.AbstractDiffExtensionImpl
The cached value of the 'Is Collapsed' attribute
isConflicting() - Method in interface org.eclipse.emf.compare.diff.metamodel.DiffElement
Returns the value of the 'Conflicting' attribute
isConflicting() - Method in class org.eclipse.emf.compare.diff.metamodel.impl.DiffElementImpl
 
isConflicting() - Method in class org.eclipse.emf.compare.match.metamodel.impl.UnmatchElementImpl
 
isConflicting() - Method in interface org.eclipse.emf.compare.match.metamodel.UnmatchElement
Returns the value of the 'Conflicting' attribute
isCreate(NamedObject) - Method in class org.eclipse.emf.compare.epatch.recorder.EpatchRecorder
 
isEmpty() - Method in class org.eclipse.emf.compare.util.EMFCompareMap
isExternal(EObject) - Method in class org.eclipse.emf.compare.epatch.applier.CopyingEpatchApplier
 
isFactoryForType(Object) - Method in class org.eclipse.emf.compare.diff.metamodel.util.DiffAdapterFactory
Returns whether this factory is applicable for the type of the object
isFactoryForType(Object) - Method in class org.eclipse.emf.compare.diff.provider.DiffItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.compare.match.metamodel.provider.MatchItemProviderAdapterFactory
 
isFactoryForType(Object) - Method in class org.eclipse.emf.compare.match.metamodel.util.MatchAdapterFactory
Returns whether this factory is applicable for the type of the object
isHiddenBy - Variable in class org.eclipse.emf.compare.diff.metamodel.impl.DiffElementImpl
The cached value of the 'Is Hidden By' reference list. isIgnoringID() - Method in class org.eclipse.emf.compare.match.engine.MatchSettings
return true if the match should ignore business ID's.
isIgnoringXMIID() - Method in class org.eclipse.emf.compare.match.engine.MatchSettings
return true if the match should ignore XMI Id's.
isInScope(EObject) - Method in class org.eclipse.emf.compare.match.engine.GenericMatchScope
Specifies whether the given EObject should be regarded as part of the match scope or not.
isInScope(Resource) - Method in class org.eclipse.emf.compare.match.engine.GenericMatchScope
Specifies whether the given Resource should be regarded as part of the match scope or not.
isInScope(EObject) - Method in interface org.eclipse.emf.compare.match.engine.IMatchScope
Specifies whether the given EObject should be regarded as part of the match scope or not.
isInScope(Resource) - Method in interface org.eclipse.emf.compare.match.engine.IMatchScope
Specifies whether the given Resource should be regarded as part of the match scope or not.
isIsCollapsed() - Method in interface org.eclipse.emf.compare.diff.metamodel.AbstractDiffExtension
Returns the value of the 'Is Collapsed' attribute.
isIsCollapsed() - Method in class org.eclipse.emf.compare.diff.metamodel.impl.AbstractDiffExtensionImpl
 
isLeftEditable(Object) - Method in class org.eclipse.emf.compare.ui.viewer.content.ModelContentMergeContentProvider
isLeftRemote() - Method in class org.eclipse.emf.compare.team.subversive.SubversiveTeamHandler
This should be overriden to return false if the left loaded resource is local in order to enable the "copy right to left" merging actions.
isLeftRemote() - Method in class org.eclipse.emf.compare.ui.team.AbstractTeamHandler
This should be overriden to return false if the left loaded resource is local in order to enable the "copy right to left" merging actions.
isObserved(Notifier) - Method in class org.eclipse.emf.compare.epatch.recorder.EmfRecorder
 
isRecording() - Method in class org.eclipse.emf.compare.epatch.recorder.EmfRecorder
 
isRemote() - Method in interface org.eclipse.emf.compare.diff.metamodel.DiffElement
Returns the value of the 'Remote' attribute
isRemote() - Method in class org.eclipse.emf.compare.diff.metamodel.impl.DiffElementImpl
 
isRemote() - Method in class org.eclipse.emf.compare.match.metamodel.impl.UnmatchElementImpl
 
isRemote() - Method in class org.eclipse.emf.compare.match.metamodel.impl.UnmatchModelImpl
 
isRemote() - Method in interface org.eclipse.emf.compare.match.metamodel.UnmatchElement
Returns the value of the 'Remote' attribute
isRemote() - Method in interface org.eclipse.emf.compare.match.metamodel.UnmatchModel
Returns the value of the 'Remote' attribute
isRemovedValue(EObject) - Method in class org.eclipse.emf.compare.epatch.recorder.EpatchRecorder
 
isResolveProxies() - Method in class org.eclipse.emf.compare.epatch.recorder.EmfRecorder
 
isRightEditable(Object) - Method in class org.eclipse.emf.compare.ui.viewer.content.ModelContentMergeContentProvider
isRightRemote() - Method in class org.eclipse.emf.compare.ui.team.AbstractTeamHandler
This should be overriden to return false if the right loaded resource is local in order to enable the "copy left to right" merging actions.
isSetSubchanges() - Method in interface org.eclipse.emf.compare.diff.metamodel.DiffGroup
Returns whether the value of the 'Subchanges' attribute is set
isSetSubchanges() - Method in class org.eclipse.emf.compare.diff.metamodel.impl.DiffGroupImpl
 
isSimilar(EObject, EObject) - Method in class org.eclipse.emf.compare.match.engine.AbstractSimilarityChecker
Should determine whether an element is similar to the other one or not.
isSimilar(EObject, EObject) - Method in class org.eclipse.emf.compare.match.engine.GenericMatchEngine
Returns True if the 2 given EObjects are considered similar.
isThreeWay - Variable in class org.eclipse.emf.compare.ui.viewer.content.ModelContentMergeViewer
Indicates that this is a three-way comparison.
isUnmatched(EObject) - Method in class org.eclipse.emf.compare.diff.engine.check.AbstractCheck
Returns true if the given element corresponds to an UnmatchedElement, false otherwise.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I K L M N O P R S T U V