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

G

get(String) - Static method in enum org.eclipse.emf.compare.ConflictKind
Returns the 'Conflict Kind' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.compare.ConflictKind
Returns the 'Conflict Kind' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.compare.DifferenceKind
Returns the 'Difference Kind' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.compare.DifferenceKind
Returns the 'Difference Kind' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.compare.DifferenceSource
Returns the 'Difference Source' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.compare.DifferenceSource
Returns the 'Difference Source' literal with the specified integer value
get(String) - Static method in enum org.eclipse.emf.compare.DifferenceState
Returns the 'Difference State' literal with the specified literal value
get(int) - Static method in enum org.eclipse.emf.compare.DifferenceState
Returns the 'Difference State' literal with the specified integer value
getAllContainedDifferences(Diff) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Get all the add and delete changes on the objects contained in the one concerned by the given difference.
getAllDifferences() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getAllDifferences() - Method in class org.eclipse.emf.compare.internal.spec.MatchSpec
Finds and returns all differences contained in this Match and its children, recursively
getAllDifferences() - Method in interface org.eclipse.emf.compare.Match
Finds and returns all differences contained in this Match and its children, recursively
getAllSubmatches() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getAllSubmatches() - Method in class org.eclipse.emf.compare.internal.spec.MatchSpec
Finds and returns all matches contained in this Match and its children, recursively
getAllSubmatches() - Method in interface org.eclipse.emf.compare.Match
Finds and returns all matches contained in this Match and its children, recursively
getAsList(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.compare.utils.ReferenceUtil
This utility simply allows us to retrieve the value of a given feature as a List.
getAssociatedDiffs(Diff, Iterable<Diff>, boolean) - Static method in class org.eclipse.emf.compare.utils.DiffUtil
Deprecated. 
getAttribute() - Method in interface org.eclipse.emf.compare.AttributeChange
Returns the value of the 'Attribute' reference
getAttribute() - Method in interface org.eclipse.emf.compare.FeatureMapChange
Returns the value of the 'Attribute' reference
getAttribute() - Method in class org.eclipse.emf.compare.impl.AttributeChangeImpl
 
getAttribute() - Method in class org.eclipse.emf.compare.impl.FeatureMapChangeImpl
 
getAttributeChange() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Attribute Change'.
getAttributeChange() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getAttributeChange_Attribute() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Attribute'.
getAttributeChange_Attribute() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getAttributeChange_Value() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Value'.
getAttributeChange_Value() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getAttributes(URI, Map<?, ?>) - Method in class org.eclipse.emf.compare.utils.DelegatingURIConverter
getAttributesToCheck(Match) - Method in class org.eclipse.emf.compare.diff.FeatureFilter
The diff engine expects this to return the set of attributes that need to be checked for differences for the given Match element.
getByName(String) - Static method in enum org.eclipse.emf.compare.ConflictKind
Returns the 'Conflict Kind' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.compare.DifferenceKind
Returns the 'Difference Kind' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.compare.DifferenceSource
Returns the 'Difference Source' literal with the specified name
getByName(String) - Static method in enum org.eclipse.emf.compare.DifferenceState
Returns the 'Difference State' literal with the specified name
getCache() - Method in class org.eclipse.emf.compare.utils.EqualityHelper
Deprecated.
getCacheBuilder() - Method in class org.eclipse.emf.compare.match.DefaultEqualityHelperFactory
Returns the cache builder that should be used by this factory to create its equality helpers.
getChildren(Object) - Method in class org.eclipse.emf.compare.internal.SubMatchIterator
getChildren(EObject) - Method in class org.eclipse.emf.compare.scope.FilterComparisonScope
This will be used by EMF Compare in order to know which EObjects should be considered to be part of the comparison scope when it is launched on the given EObject.
getChildren(EObject) - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
This will be used by EMF Compare in order to know which EObjects should be considered to be part of the comparison scope when it is launched on the given EObject.
getCompareFactory() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the factory that creates the instances of the model.
getCompareFactory() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getComparePackage() - Method in interface org.eclipse.emf.compare.CompareFactory
Returns the package supported by this factory
getComparePackage() - Method in class org.eclipse.emf.compare.impl.CompareFactoryImpl
 
getComparison() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Comparison'
getComparison() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getComparison() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getComparison() - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
getComparison() - Method in class org.eclipse.emf.compare.internal.spec.MatchSpec
Finds and return the Comparison containing this Match
getComparison(EObject) - Static method in class org.eclipse.emf.compare.internal.utils.ComparisonUtil
Returns the comparison associated with the given object.
getComparison() - Method in interface org.eclipse.emf.compare.Match
Finds and return the Comparison containing this Match
getComparison() - Method in interface org.eclipse.emf.compare.MatchResource
Returns the value of the 'Comparison' container reference.
getComparison_Conflicts() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the containment reference list ' Conflicts'.
getComparison_Conflicts() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getComparison_Diagnostic() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Diagnostic'.
getComparison_Diagnostic() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getComparison_Equivalences() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the containment reference list ' Equivalences'.
getComparison_Equivalences() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getComparison_MatchedResources() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the containment reference list ' Matched Resources'.
getComparison_MatchedResources() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getComparison_Matches() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the containment reference list ' Matches'.
getComparison_Matches() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getComparison_ThreeWay() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Three Way'.
getComparison_ThreeWay() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getConflict() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Conflict'.
getConflict() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Conflict' reference.
getConflict() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getConflict() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getConflict_Differences() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list 'Differences'.
getConflict_Differences() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getConflict_Kind() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Kind'.
getConflict_Kind() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getConflictKind() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for enum 'Conflict Kind'
getConflictKind() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getConflicts() - Method in interface org.eclipse.emf.compare.Comparison
Returns the value of the 'Conflicts' containment reference list.
getConflicts() - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getContainer(Comparison, Diff) - Static method in class org.eclipse.emf.compare.utils.MatchUtil
Get the business model object containing the given difference.
getContainingFeatureWeight(EObject) - Method in class org.eclipse.emf.compare.match.eobject.DefaultWeightProvider
Return the weight associated with the fact some Object has changed it's containing reference.
getContainingFeatureWeight(EObject) - Method in class org.eclipse.emf.compare.match.eobject.EcoreWeightProvider
Return the weight associated with the fact some Object has changed it's containing reference.
getContainingFeatureWeight(EObject) - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider
Return the weight associated with the fact some Object has changed it's containing reference.
getContentHandlers() - Method in class org.eclipse.emf.compare.utils.DelegatingURIConverter
getCoveredEObjects(Resource) - Method in class org.eclipse.emf.compare.scope.FilterComparisonScope
This will be used by EMF Compare in order to determine the EObjects that it should iterate over.
getCoveredEObjects(Resource) - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
This will be used by EMF Compare in order to determine the EObjects that it should iterate over.
getCoveredResources(ResourceSet) - Method in class org.eclipse.emf.compare.scope.FilterComparisonScope
This will be used by EMF Compare in order to determine the Resources that should be considered part of the comparison when it is launched on the given resource set.
getCoveredResources(ResourceSet) - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
This will be used by EMF Compare in order to determine the Resources that should be considered part of the comparison when it is launched on the given resource set.
getDescriptors() - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor.Registry
This will return a copy of the registered weight providers list.
getDescriptors() - Method in class org.eclipse.emf.compare.match.eobject.WeightProviderDescriptorRegistryImpl
This will return a copy of the registered weight providers list.
getDescriptors() - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor.Registry
This will return a copy of the registered post processors list.
getDescriptors() - Method in class org.eclipse.emf.compare.postprocessor.PostProcessorDescriptorRegistryImpl
This will return a copy of the registered post processors list.
getDiagnostic() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for data type 'Diagnostic'.
getDiagnostic() - Method in interface org.eclipse.emf.compare.Comparison
Returns the value of the 'Diagnostic' attribute.
getDiagnostic() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiagnostic() - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getDiagnostic() - Method in class org.eclipse.emf.compare.scope.AbstractComparisonScope
Return the diagnostic associated with this scope.
getDiagnostic() - Method in interface org.eclipse.emf.compare.utils.IDiagnosable
Return the diagnostic associated with this scope.
getDiff() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Diff'.
getDiff() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Conflict() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Conflict'.
getDiff_Conflict() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Equivalence() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Equivalence'.
getDiff_Equivalence() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_ImpliedBy() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list 'Implied By'.
getDiff_ImpliedBy() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Implies() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list 'Implies'.
getDiff_Implies() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Kind() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Kind'
getDiff_Kind() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Match() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the container reference 'Match'.
getDiff_Match() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_PrimeRefining() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Prime Refining'.
getDiff_PrimeRefining() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_RefinedBy() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list 'Refined By'.
getDiff_RefinedBy() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Refines() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list 'Refines'.
getDiff_Refines() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_RequiredBy() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list 'Required By'.
getDiff_RequiredBy() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Requires() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list 'Requires'.
getDiff_Requires() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_Source() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Source'.
getDiff_Source() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiff_State() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'State '.
getDiff_State() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDifferenceKind() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for enum 'Difference Kind'.
getDifferenceKind() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDifferences() - Method in interface org.eclipse.emf.compare.Comparison
Returns all differences contained by this Comparison and its children.
getDifferences(EObject) - Method in interface org.eclipse.emf.compare.Comparison
Returns all differences that reference the given EObject (for instance, all ReferenceChanges that reference the given EObject through the "value" EReference).
getDifferences() - Method in interface org.eclipse.emf.compare.Conflict
Returns the value of the 'Differences' reference list.
getDifferences() - Method in interface org.eclipse.emf.compare.Equivalence
Returns the value of the 'Differences' reference list.
getDifferences() - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getDifferences(EObject) - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getDifferences() - Method in class org.eclipse.emf.compare.impl.ConflictImpl
 
getDifferences() - Method in class org.eclipse.emf.compare.impl.EquivalenceImpl
 
getDifferences() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getDifferences() - Method in class org.eclipse.emf.compare.internal.spec.ComparisonSpec
Returns all differences contained by this Comparison and its children.
getDifferences(EObject) - Method in class org.eclipse.emf.compare.internal.spec.ComparisonSpec
Returns all differences that reference the given EObject (for instance, all ReferenceChanges that reference the given EObject through the "value" EReference).
getDifferences() - Method in interface org.eclipse.emf.compare.Match
Returns the value of the 'Differences' containment reference list.
getDifferenceSource() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for enum 'Difference Source'.
getDifferenceSource() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDifferenceState() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for enum 'Difference State'.
getDifferenceState() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getDiffProcessor() - Method in class org.eclipse.emf.compare.diff.DefaultDiffEngine
This will return the diff processor that has been created through #createDiffProcessor() for this differencing process.
getEIterable() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for data type 'EIterable'.
getEIterable() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getEObjectMatcher() - Method in class org.eclipse.emf.compare.match.DefaultMatchEngine
Returns the EObject matcher associated with this match engine.
getEqualityHelper() - Method in interface org.eclipse.emf.compare.Comparison
 
getEqualityHelper() - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getEqualityHelper() - Method in class org.eclipse.emf.compare.internal.spec.ComparisonSpec
getEquivalence() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Equivalence'
getEquivalence() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Equivalence' reference.
getEquivalence() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getEquivalence() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getEquivalence_Differences() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference list ' Differences'.
getEquivalence_Differences() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getEquivalences() - Method in interface org.eclipse.emf.compare.Comparison
Returns the value of the 'Equivalences' containment reference list.
getEquivalences() - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getExtensionKind() - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Returns the kind of extension that this factory has to create.
getExtensionKind() - Method in interface org.eclipse.emf.compare.internal.postprocessor.factories.IChangeFactory
Returns the kind of extension that this factory has to create.
getFeatureMapChange() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Feature Map Change'.
getFeatureMapChange() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getFeatureMapChange_Attribute() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference ' Attribute'.
getFeatureMapChange_Attribute() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getFeatureMapChange_Value() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Value'.
getFeatureMapChange_Value() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getHighestRankingMatchEngineFactory(IComparisonScope) - Method in interface org.eclipse.emf.compare.match.IMatchEngine.Factory.Registry
Returns the match engine factory, for the given scope, owning the highest ranking.
getHighestRankingMatchEngineFactory(IComparisonScope) - Method in class org.eclipse.emf.compare.match.impl.MatchEngineFactoryRegistryImpl
Returns the match engine factory, for the given scope, owning the highest ranking.
getHighestRankingMerger(Diff) - Method in interface org.eclipse.emf.compare.merge.IMerger.Registry
Returns the merger, for the given target, owning the highest ranking.
getHighestRankingMerger(Diff) - Method in class org.eclipse.emf.compare.merge.IMerger.RegistryImpl
Returns the merger, for the given target, owning the highest ranking.
getHighestRankingWeightProvider(EPackage) - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor.Registry
Retrieve the highest ranking weight provider from a given ePackage.
getHighestRankingWeightProvider(EPackage) - Method in class org.eclipse.emf.compare.match.eobject.WeightProviderDescriptorRegistryImpl
Retrieve the highest ranking weight provider from a given ePackage.
getIEqualityHelper() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for data type 'IEquality Helper'.
getIEqualityHelper() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getIfPresent(List<Object>, int) - Static method in class org.eclipse.emf.compare.diff.DefaultDiffEngine
This will be used in order to read the LCS synchronously with the iteration on its target lists' values.
getImpliedBy() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Implied By' reference list.
getImpliedBy() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getImplies() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Implies' reference list.
getImplies() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getInstanceClassName() - Method in class org.eclipse.emf.compare.postprocessor.BasicPostProcessorDescriptorImpl
Returns the class name of the instance that will be returned by IPostProcessor.Descriptor.getPostProcessor().
getInstanceClassName() - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor
Returns the class name of the instance that will be returned by IPostProcessor.Descriptor.getPostProcessor().
getKind() - Method in interface org.eclipse.emf.compare.Conflict
Returns the value of the 'Kind' attribute.
getKind() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Kind' attribute.
getKind() - Method in class org.eclipse.emf.compare.impl.ConflictImpl
 
getKind() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getLabel(EObject) - Static method in class org.eclipse.emf.compare.internal.spec.EObjectUtil
Returns a String label for the given EObject given the following rules : if the given object is null, returns the String "<null>" if not null, return the name of the EClass of the given object and the hex string of the object hashcode.
getLeft() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getLeft() - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
getLeft() - Method in interface org.eclipse.emf.compare.Match
Returns the value of the 'Left' reference
getLeft() - Method in interface org.eclipse.emf.compare.MatchResource
Returns the value of the 'Left' attribute
getLeft() - Method in class org.eclipse.emf.compare.scope.AbstractComparisonScope
This will be used by EMF Compare in order to retrieve the left "root" Notifier of this comparison; i.e the first object to be considered by the match engine, and from which the iteration over children should start.
getLeft() - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
This will be used by EMF Compare in order to retrieve the left "root" Notifier of this comparison; i.e the first object to be considered by the match engine, and from which the iteration over children should start.
getLeftDifferences() - Method in interface org.eclipse.emf.compare.Conflict
This can be used to retrieve the list of differences that were made in the left element
getLeftDifferences() - Method in class org.eclipse.emf.compare.impl.ConflictImpl
 
getLeftDifferences() - Method in class org.eclipse.emf.compare.internal.spec.ConflictSpec
This can be used to retrieve the list of differences that were made in the left element
getLeftURI() - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
getLeftURI() - Method in interface org.eclipse.emf.compare.MatchResource
Returns the value of the 'Left URI' attribute
getLiteral() - Method in enum org.eclipse.emf.compare.ConflictKind
 
getLiteral() - Method in enum org.eclipse.emf.compare.DifferenceKind
 
getLiteral() - Method in enum org.eclipse.emf.compare.DifferenceSource
 
getLiteral() - Method in enum org.eclipse.emf.compare.DifferenceState
 
getMatch() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Match'.
getMatch(EObject) - Method in interface org.eclipse.emf.compare.Comparison
Finds and return the Match for the given EObject.
getMatch() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Match' container reference.
getMatch() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatch(EObject) - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getMatch() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getMatch(EObject) - Method in class org.eclipse.emf.compare.internal.spec.ComparisonSpec
Finds and return the Match for the given EObject.
getMatch(EObject) - Method in class org.eclipse.emf.compare.utils.EqualityHelper
Retrieves the match of the given EObject.
getMatch_Differences() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the containment reference list ' Differences'.
getMatch_Differences() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatch_Left() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Left '.
getMatch_Left() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatch_Origin() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Origin'.
getMatch_Origin() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatch_Right() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Right'.
getMatch_Right() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatch_Submatches() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the containment reference list ' Submatches'.
getMatch_Submatches() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchedResources() - Method in interface org.eclipse.emf.compare.Comparison
Returns the value of the 'Matched Resources' containment reference list.
getMatchedResources() - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getMatchEngine() - Method in interface org.eclipse.emf.compare.match.IMatchEngine.Factory
Returns the wrapped match engine.
getMatchEngine() - Method in class org.eclipse.emf.compare.match.impl.MatchEngineFactoryImpl
Returns the wrapped match engine.
getMatchEngineFactories(IComparisonScope) - Method in interface org.eclipse.emf.compare.match.IMatchEngine.Factory.Registry
Returns the list of IMatchEngine.Factory contained in the registry.
getMatchEngineFactories(IComparisonScope) - Method in class org.eclipse.emf.compare.match.impl.MatchEngineFactoryRegistryImpl
Returns the list of IMatchEngine.Factory contained in the registry.
getMatches() - Method in interface org.eclipse.emf.compare.Comparison
Returns the value of the 'Matches' containment reference list.
getMatches() - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
getMatchIfPresent(Comparison, List<Object>, int) - Static method in class org.eclipse.emf.compare.diff.DefaultDiffEngine
This will be used in order to read the LCS synchronously with the iteration on its target lists' values.
getMatchResource() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Match Resource'.
getMatchResource(Comparison, Resource) - Method in class org.eclipse.emf.compare.conflict.DefaultConflictDetector
Returns the MatchResource corresponding to the given resource.
getMatchResource() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchResource(Comparison, Resource) - Method in class org.eclipse.emf.compare.merge.ResourceAttachmentChangeMerger
Returns the MatchResource corresponding to the given resource.
getMatchResource_Comparison() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the container reference ' Comparison'.
getMatchResource_Comparison() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchResource_Left() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Left'.
getMatchResource_Left() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchResource_LeftURI() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Left URI'.
getMatchResource_LeftURI() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchResource_Origin() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Origin'.
getMatchResource_Origin() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchResource_OriginURI() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Origin URI'.
getMatchResource_OriginURI() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchResource_Right() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Right'.
getMatchResource_Right() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMatchResource_RightURI() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute 'Right URI'.
getMatchResource_RightURI() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getMergeAction(Diff, boolean, boolean) - Method in enum org.eclipse.emf.compare.internal.merge.MergeMode
Returns the required action to be done to the given difference in this mode.
getMergeMode() - Method in interface org.eclipse.emf.compare.internal.merge.IMergeData
Returns the merge mode the associated diff has been merged with.
getMergeMode() - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
Returns the merge mode the associated diff has been merged with.
getMergers(Diff) - Method in interface org.eclipse.emf.compare.merge.IMerger.Registry
Returns the list of the candidate mergers for the given difference.
getMergers(Diff) - Method in class org.eclipse.emf.compare.merge.IMerger.RegistryImpl
Returns the list of the candidate mergers for the given difference.
getMergeTarget() - Method in interface org.eclipse.emf.compare.internal.merge.IMergeData
Returns the target side of the merge.
getMergeTarget() - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
Returns the target side of the merge.
getMergeTarget(boolean, boolean) - Method in enum org.eclipse.emf.compare.internal.merge.MergeMode
Returns the target of the merge with the given condition about the left and right sides.
getName() - Method in enum org.eclipse.emf.compare.ConflictKind
 
getName() - Method in enum org.eclipse.emf.compare.DifferenceKind
 
getName() - Method in enum org.eclipse.emf.compare.DifferenceSource
 
getName() - Method in enum org.eclipse.emf.compare.DifferenceState
 
getNsURI() - Method in class org.eclipse.emf.compare.match.eobject.internal.WeightProviderDescriptorImpl
Returns the pattern of namespace URI on which this weight provider can be applied.
getNsURI() - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor
Returns the pattern of namespace URI on which this weight provider can be applied.
getNsURI() - Method in class org.eclipse.emf.compare.postprocessor.BasicPostProcessorDescriptorImpl
Returns the pattern of namespace URI on which this post processor can be applied.
getNsURI() - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor
Returns the pattern of namespace URI on which this post processor can be applied.
getNsURIs() - Method in class org.eclipse.emf.compare.scope.AbstractComparisonScope
This will be used by EMF Compare in order to retrieve the namespace uris detected in the scope.
getNsURIs() - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
This will be used by EMF Compare in order to retrieve the namespace uris detected in the scope.
getOrdinal() - Method in class org.eclipse.emf.compare.postprocessor.BasicPostProcessorDescriptorImpl
Returns the ordinal of this post processor.
getOrdinal() - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor
Returns the ordinal of this post processor.
getOrigin() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getOrigin() - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
getOrigin() - Method in interface org.eclipse.emf.compare.Match
Returns the value of the 'Origin' reference
getOrigin() - Method in interface org.eclipse.emf.compare.MatchResource
Returns the value of the 'Origin' attribute
getOrigin() - Method in class org.eclipse.emf.compare.scope.AbstractComparisonScope
If EMF Compare should consider a Notifier as being the common ancestor of the "left" and "right" objects to compare, it should be returned from here.
getOrigin() - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
If EMF Compare should consider a Notifier as being the common ancestor of the "left" and "right" objects to compare, it should be returned from here.
getOriginContainer(Comparison, Diff) - Static method in class org.eclipse.emf.compare.utils.MatchUtil
Get the business model object containing the given difference in the origin side.
getOriginObject(Comparison, EObject) - Static method in class org.eclipse.emf.compare.utils.MatchUtil
Get the object which is the origin value from the given matching object.
getOriginURI() - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
getOriginURI() - Method in interface org.eclipse.emf.compare.MatchResource
Returns the value of the 'Origin URI' attribute
getOriginValue(Comparison, ReferenceChange) - Static method in class org.eclipse.emf.compare.utils.MatchUtil
From a given mono-valued reference change, get the origin value.
getPackage() - Static method in class org.eclipse.emf.compare.impl.CompareFactoryImpl
Deprecated. 
getParentMatch(Diff) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Returns the match in which the difference will be added.
getParentMatch(Diff) - Method in interface org.eclipse.emf.compare.internal.postprocessor.factories.IChangeFactory
Returns the match in which the difference will be added.
getParentWeight(EObject) - Method in class org.eclipse.emf.compare.match.eobject.DefaultWeightProvider
Return the weight associated with the fact some Object has changed it's container.
getParentWeight(EObject) - Method in class org.eclipse.emf.compare.match.eobject.EcoreWeightProvider
Return the weight associated with the fact some Object has changed it's container.
getParentWeight(EObject) - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider
Return the weight associated with the fact some Object has changed it's container.
getPostProcessor() - Method in class org.eclipse.emf.compare.postprocessor.BasicPostProcessorDescriptorImpl
Returns the wrapped post processor.
getPostProcessor() - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor
Returns the wrapped post processor.
getPostProcessors(IComparisonScope) - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor.Registry
Retrieve the post processors from a given scope.
getPostProcessors(IComparisonScope) - Method in class org.eclipse.emf.compare.postprocessor.PostProcessorDescriptorRegistryImpl
Retrieve the post processors from a given scope.
getPrimeRefining() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Prime Refining' reference.
getPrimeRefining() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getRanking() - Method in class org.eclipse.emf.compare.match.eobject.internal.WeightProviderDescriptorImpl
Returns the ranking of this weight provider.
getRanking() - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor
Returns the ranking of this weight provider.
getRanking() - Method in interface org.eclipse.emf.compare.match.IMatchEngine.Factory
Returns the ranking of this match engine factory.
getRanking() - Method in class org.eclipse.emf.compare.match.impl.MatchEngineFactoryImpl
Returns the ranking of this match engine factory.
getRanking() - Method in class org.eclipse.emf.compare.merge.AbstractMerger
Returns the ranking of this merger.
getRanking() - Method in interface org.eclipse.emf.compare.merge.IMerger
Returns the ranking of this merger.
getReference() - Method in class org.eclipse.emf.compare.impl.ReferenceChangeImpl
 
getReference() - Method in interface org.eclipse.emf.compare.ReferenceChange
Returns the value of the 'Reference' reference
getReferenceChange() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Reference Change'.
getReferenceChange() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getReferenceChange_Reference() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Reference'.
getReferenceChange_Reference() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getReferenceChange_Value() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the reference 'Value'.
getReferenceChange_Value() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getReferencesToCheck(Match) - Method in class org.eclipse.emf.compare.diff.FeatureFilter
The diff engine expects this to return the set of references that need to be checked for differences for the given Match element.
getRefinedBy() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Refined By' reference list.
getRefinedBy() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getRefines() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Refines' reference list.
getRefines() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getRegistry() - Method in class org.eclipse.emf.compare.merge.AbstractMerger
Get the registry.
getRegistry() - Method in interface org.eclipse.emf.compare.merge.IMerger
Get the registry.
getRelatedExtensionKind(Diff) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Get the DifferenceKind of the matching diagram difference extension in relation to the given difference.
getRequiredBy() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Required By' reference list.
getRequiredBy() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getRequires() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Requires' reference list.
getRequires() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getRequires(Diff, boolean) - Static method in class org.eclipse.emf.compare.internal.utils.DiffUtil
Get the list of all required differences for merge of the given difference (required, required of required..., equivalences and pseudo conflicts).
getResourceAttachmentChange() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for class 'Resource Attachment Change'.
getResourceAttachmentChange() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getResourceAttachmentChange_ResourceURI() - Method in interface org.eclipse.emf.compare.ComparePackage
Returns the meta object for the attribute ' Resource URI'.
getResourceAttachmentChange_ResourceURI() - Method in class org.eclipse.emf.compare.impl.ComparePackageImpl
 
getResourceIdentifiers(Resource) - Method in class org.eclipse.emf.compare.match.resource.RootIDMatchingStrategy
Retrieves the set of identifiers for the given resource's root.
getResourceMatchingStrategies() - Method in class org.eclipse.emf.compare.match.resource.StrategyResourceMatcher
Returns the matching strategies that are to be used by this resource matcher.
getResourceURI() - Method in class org.eclipse.emf.compare.impl.ResourceAttachmentChangeImpl
 
getResourceURI() - Method in class org.eclipse.emf.compare.postprocessor.BasicPostProcessorDescriptorImpl
Returns the pattern of resource URI on which this post processor can be applied.
getResourceURI() - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor
Returns the pattern of resource URI on which this post processor can be applied.
getResourceURI() - Method in interface org.eclipse.emf.compare.ResourceAttachmentChange
Returns the value of the 'Resource URI' attribute
getResourceURIs() - Method in class org.eclipse.emf.compare.scope.AbstractComparisonScope
This will be used by EMF Compare in order to retrieve the resource uris detected in the scope.
getResourceURIs() - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
This will be used by EMF Compare in order to retrieve the resource uris detected in the scope.
getRight() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getRight() - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
getRight() - Method in interface org.eclipse.emf.compare.Match
Returns the value of the 'Right' reference
getRight() - Method in interface org.eclipse.emf.compare.MatchResource
Returns the value of the 'Right' attribute
getRight() - Method in class org.eclipse.emf.compare.scope.AbstractComparisonScope
This will be used by EMF Compare in order to retrieve the right "root" Notifier of this comparison; i.e the first object to be considered by the match engine, and from which the iteration over children should start.
getRight() - Method in interface org.eclipse.emf.compare.scope.IComparisonScope
This will be used by EMF Compare in order to retrieve the right "root" Notifier of this comparison; i.e the first object to be considered by the match engine, and from which the iteration over children should start.
getRightDifferences() - Method in interface org.eclipse.emf.compare.Conflict
This can be used to retrieve the list of differences that were made in the right element
getRightDifferences() - Method in class org.eclipse.emf.compare.impl.ConflictImpl
 
getRightDifferences() - Method in class org.eclipse.emf.compare.internal.spec.ConflictSpec
This can be used to retrieve the list of differences that were made in the right element
getRightURI() - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
getRightURI() - Method in interface org.eclipse.emf.compare.MatchResource
Returns the value of the 'Right URI' attribute
getSource() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'Source' attribute.
getSource() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getState() - Method in interface org.eclipse.emf.compare.Diff
Returns the value of the 'State' attribute.
getState() - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
getString(String) - Static method in class org.eclipse.emf.compare.EMFCompareMessages
Returns a specified String from the resource bundle.
getString(String, Object...) - Static method in class org.eclipse.emf.compare.EMFCompareMessages
Returns a String from the resource bundle bound with the given arguments.
getStructuralFeature(Diff) - Static method in class org.eclipse.emf.compare.utils.MatchUtil
Get the structural feature of any difference.
getSubDiffs(boolean) - Static method in class org.eclipse.emf.compare.internal.utils.ComparisonUtil
When merging a Diff, returns the sub diffs of this given diff, and all associated diffs (see DiffUtil#getAssociatedDiffs(Iterable, boolean, Diff)) of these sub diffs.
getSubDiffs(boolean) - Static method in class org.eclipse.emf.compare.utils.DiffUtil
Deprecated.
When merging a Diff, returns the sub diffs of this given diff, and all associated diffs (see DiffUtil#getAssociatedDiffs(Iterable, boolean, Diff)) of these sub diffs.
getSubmatches() - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
getSubmatches() - Method in interface org.eclipse.emf.compare.Match
Returns the value of the 'Submatches' containment reference list.
getTarget() - Method in class org.eclipse.emf.compare.utils.EqualityHelper
getTarget() - Method in interface org.eclipse.emf.compare.utils.IEqualityHelper
getThresholdAmount(EObject) - Method in class org.eclipse.emf.compare.match.eobject.EditionDistance
getThresholdRatio(int) - Method in class org.eclipse.emf.compare.match.eobject.EditionDistance
return a ratio to apply on the amount of maximum un-similarity amount depending on the number of features which are considered.
getUnmergeables(Diff, boolean) - Static method in class org.eclipse.emf.compare.internal.utils.DiffUtil
Get the list of all unmergeable differences after the merge of the given difference.
getUpperBoundDistance() - Method in class org.eclipse.emf.compare.match.eobject.URIDistance
return the maximum value we can get for this distance.
getURI(EObject) - Method in class org.eclipse.emf.compare.utils.EqualityHelper
Deprecated.
getURIHandler(URI) - Method in class org.eclipse.emf.compare.utils.DelegatingURIConverter
getURIHandlers() - Method in class org.eclipse.emf.compare.utils.DelegatingURIConverter
getURIMap() - Method in class org.eclipse.emf.compare.utils.DelegatingURIConverter
getValue() - Method in interface org.eclipse.emf.compare.AttributeChange
Returns the value of the 'Value' attribute
getValue() - Method in enum org.eclipse.emf.compare.ConflictKind
 
getValue() - Method in enum org.eclipse.emf.compare.DifferenceKind
 
getValue() - Method in enum org.eclipse.emf.compare.DifferenceSource
 
getValue() - Method in enum org.eclipse.emf.compare.DifferenceState
 
getValue() - Method in interface org.eclipse.emf.compare.FeatureMapChange
Returns the value of the 'Value' attribute
getValue() - Method in class org.eclipse.emf.compare.impl.AttributeChangeImpl
 
getValue() - Method in class org.eclipse.emf.compare.impl.FeatureMapChangeImpl
 
getValue() - Method in class org.eclipse.emf.compare.impl.ReferenceChangeImpl
 
getValue() - Method in interface org.eclipse.emf.compare.ReferenceChange
Returns the value of the 'Value' reference
getValue(Diff) - Static method in class org.eclipse.emf.compare.utils.MatchUtil
Get the value of any difference.
getValuesStillThere(EObjectIndex.Side) - Method in interface org.eclipse.emf.compare.match.eobject.EObjectIndex
return the list of EObjects of a given side still available in the index.
getValuesStillThere(EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ByTypeIndex
return the list of EObjects of a given side still available in the index.
getValuesStillThere(EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ProximityIndex
return the list of EObjects of a given side still available in the index.
getValuesToMatchAhead(EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ByTypeIndex
Return EObjects to match ahead of time if there are some.
getValuesToMatchAhead(EObjectIndex.Side) - Method in interface org.eclipse.emf.compare.match.eobject.internal.MatchAheadOfTime
Return EObjects to match ahead of time if there are some.
getValuesToMatchAhead(EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ProximityIndex
Return EObjects to match ahead of time if there are some.
getWeight(EStructuralFeature) - Method in class org.eclipse.emf.compare.match.eobject.DefaultWeightProvider
Return the weight for the given feature.
getWeight(EStructuralFeature) - Method in class org.eclipse.emf.compare.match.eobject.EcoreWeightProvider
Return the weight for the given feature.
getWeight(EStructuralFeature) - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider
Return the weight for the given feature.
getWeightProvider() - Method in class org.eclipse.emf.compare.match.eobject.internal.WeightProviderDescriptorImpl
Returns the wrapped weight provider.
getWeightProvider() - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor
Returns the wrapped weight provider.
getWeightProviders(EPackage) - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor.Registry
Retrieve the weight providers from a given ePackage.
getWeightProviders(EPackage) - Method in class org.eclipse.emf.compare.match.eobject.WeightProviderDescriptorRegistryImpl
Retrieve the weight providers from a given ePackage.
A B C D E F G H I K L M N O P R S T U V W 
EMF Compare
3.1.0.201408190703


Copyright (c) 2006, 2014 Obeo and others. All rights reserved.