Uses of Enum Class
org.eclipse.emf.compare.utils.UseIdentifiers
Packages that use UseIdentifiers
Package
Description
-
Uses of UseIdentifiers in org.eclipse.emf.compare.match
Methods in org.eclipse.emf.compare.match with parameters of type UseIdentifiersModifier and TypeMethodDescriptionstatic IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.static IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.static IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, Collection<IResourceMatchingStrategy> strategies) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.static IMatchEngine
DefaultMatchEngine.create
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry, Collection<IResourceMatchingStrategy> strategies) Helper creator method that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.static IEObjectMatcher
DefaultMatchEngine.createDefaultEObjectMatcher
(UseIdentifiers useIDs) Creates and configures anIEObjectMatcher
with the strategy given byuseIDs
.static IEObjectMatcher
DefaultMatchEngine.createDefaultEObjectMatcher
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry) Creates and configures anIEObjectMatcher
with the strategy given byuseIDs
.static IEObjectMatcher
DefaultMatchEngine.createDefaultEObjectMatcher
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry) Creates and configures anIEObjectMatcher
with the strategy given byuseIDs
. -
Uses of UseIdentifiers in org.eclipse.emf.compare.match.impl
Constructors in org.eclipse.emf.compare.match.impl with parameters of type UseIdentifiersModifierConstructorDescriptionMatchEngineFactoryImpl
(UseIdentifiers useIDs) Constructor that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.MatchEngineFactoryImpl
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry) Constructor that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration.MatchEngineFactoryImpl
(UseIdentifiers useIDs, WeightProvider.Descriptor.Registry weightProviderRegistry, EqualityHelperExtensionProvider.Descriptor.Registry equalityHelperExtensionProviderRegistry) Constructor that instantiate aDefaultMatchEngine
that will use identifiers as specified by the givenuseIDs
enumeration. -
Uses of UseIdentifiers in org.eclipse.emf.compare.rcp.internal.match
Fields in org.eclipse.emf.compare.rcp.internal.match declared as UseIdentifiersModifier and TypeFieldDescriptionstatic final UseIdentifiers
DefaultRCPMatchEngineFactory.DEFAULT_USE_IDENTIFIER_ATRIBUTE
Default value of USE_IDENTIFIER_ATTR attribute.Methods in org.eclipse.emf.compare.rcp.internal.match that return UseIdentifiersModifier and TypeMethodDescriptionstatic UseIdentifiers
DefaultRCPMatchEngineFactory.getUseIdentifierValue()
Parse the input preference to retrieve the value ofDefaultRCPMatchEngineFactory.USE_IDENTIFIER_ATTR
. -
Uses of UseIdentifiers in org.eclipse.emf.compare.utils
Methods in org.eclipse.emf.compare.utils that return UseIdentifiersModifier and TypeMethodDescriptionstatic UseIdentifiers
Returns the enum constant of this class with the specified name.static UseIdentifiers[]
UseIdentifiers.values()
Returns an array containing the constants of this enum class, in the order they are declared.