Uses of Class
org.eclipse.emf.compare.utils.UseIdentifiers
-
Packages that use UseIdentifiers Package Description org.eclipse.emf.compare.match org.eclipse.emf.compare.match.impl org.eclipse.emf.compare.rcp.internal.match org.eclipse.emf.compare.utils -
-
Uses of UseIdentifiers in org.eclipse.emf.compare.match
Methods in org.eclipse.emf.compare.match with parameters of type UseIdentifiers Modifier and Type Method Description static 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 UseIdentifiers Constructor Description MatchEngineFactoryImpl(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 UseIdentifiers Modifier and Type Field Description static UseIdentifiers
DefaultRCPMatchEngineFactory. DEFAULT_USE_IDENTIFIER_ATRIBUTE
Default value of USE_IDENTIFIER_ATTR attribute.Methods in org.eclipse.emf.compare.rcp.internal.match that return UseIdentifiers Modifier and Type Method Description static 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 UseIdentifiers Modifier and Type Method Description static UseIdentifiers
UseIdentifiers. valueOf(String name)
Returns the enum constant of this type with the specified name.static UseIdentifiers[]
UseIdentifiers. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-