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

R

REAL_VALUE - Static variable in enum org.eclipse.emf.compare.ConflictKind
The 'REAL' literal value
reference - Variable in class org.eclipse.emf.compare.impl.ReferenceChangeImpl
The cached value of the 'Reference' reference
REFERENCE_CHANGE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
The meta object literal for the 'Reference Change' class.
REFERENCE_CHANGE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The meta object id for the 'Reference Change' class.
REFERENCE_CHANGE__CONFLICT - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Conflict' reference.
REFERENCE_CHANGE__EQUIVALENCE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Equivalence' reference.
REFERENCE_CHANGE__IMPLIED_BY - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Implied By' reference list.
REFERENCE_CHANGE__IMPLIES - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Implies' reference list.
REFERENCE_CHANGE__KIND - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Kind' attribute.
REFERENCE_CHANGE__MATCH - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Match' container reference.
REFERENCE_CHANGE__PRIME_REFINING - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Prime Refining' reference.
REFERENCE_CHANGE__REFERENCE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
The meta object literal for the 'Reference' reference feature.
REFERENCE_CHANGE__REFERENCE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Reference' reference.
REFERENCE_CHANGE__REFINED_BY - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Refined By' reference list.
REFERENCE_CHANGE__REFINES - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Refines' reference list.
REFERENCE_CHANGE__REQUIRED_BY - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Required By' reference list.
REFERENCE_CHANGE__REQUIRES - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Requires' reference list.
REFERENCE_CHANGE__SOURCE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Source' attribute.
REFERENCE_CHANGE__STATE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'State' attribute.
REFERENCE_CHANGE__VALUE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
The meta object literal for the 'Value' reference feature.
REFERENCE_CHANGE__VALUE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Value' reference.
REFERENCE_CHANGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.compare.ComparePackage
The number of structural features of the 'Reference Change' class.
referenceChange(Match, EReference, EObject, DifferenceKind, DifferenceSource) - Method in class org.eclipse.emf.compare.diff.DiffBuilder
This will be called whenever the Diff engine detected a difference for a given reference value.
referenceChange(Match, EReference, EObject, DifferenceKind, DifferenceSource) - Method in interface org.eclipse.emf.compare.diff.IDiffProcessor
This will be called whenever the Diff engine detected a difference for a given reference value.
ReferenceChange - Interface in org.eclipse.emf.compare
A representation of the model object 'Reference Change'
referenceChangeCoef - Variable in class org.eclipse.emf.compare.match.eobject.DefaultWeightProvider
Weight coefficient of a change on a reference.
ReferenceChangeImpl - Class in org.eclipse.emf.compare.impl
An implementation of the model object 'Reference Change'
ReferenceChangeImpl() - Constructor for class org.eclipse.emf.compare.impl.ReferenceChangeImpl
 
ReferenceChangeMerger - Class in org.eclipse.emf.compare.merge
This specific implementation of AbstractMerger will be used to merge reference changes.
ReferenceChangeMerger() - Constructor for class org.eclipse.emf.compare.merge.ReferenceChangeMerger
 
ReferenceChangeSpec - Class in org.eclipse.emf.compare.internal.spec
This specialization of the ReferenceChangeImpl class allows us to define the derived features and operations implementations.
ReferenceChangeSpec() - Constructor for class org.eclipse.emf.compare.internal.spec.ReferenceChangeSpec
 
referenceIsSet(EReference, Match) - Method in class org.eclipse.emf.compare.diff.FeatureFilter
Checks whether the given reference is set on at least one of the three sides of the given match.
ReferenceUtil - Class in org.eclipse.emf.compare.utils
This utility class holds methods that will be used by the diff and merge processes.
referenceValueMatch(String, String, boolean) - Static method in class org.eclipse.emf.compare.utils.EMFComparePredicates
This predicate can be used to check whether a given Diff describes a ReferenceChange with the given referenceName and which changed value corresponds to the given qualifiedName.
referenceValueMatch(String, String, boolean, EStructuralFeature) - Static method in class org.eclipse.emf.compare.utils.EMFComparePredicates
This predicate can be used to check whether a given Diff describes a ReferenceChange with the given referenceName and which changed value corresponds to the given qualifiedName or the qualified name under the given featureDelegate.
refinedBy - Variable in class org.eclipse.emf.compare.impl.DiffImpl
The cached value of the 'Refined By' reference list.
refines - Variable in class org.eclipse.emf.compare.impl.DiffImpl
The cached value of the 'Refines' reference list.
registry - Variable in class org.eclipse.emf.compare.EMFCompare.Builder
The PostProcessorRegistry to use to find an IPostProcessor.
reject(Diff, boolean) - Method in class org.eclipse.emf.compare.merge.AbstractMerger
Reject the given difference.
reject(Diff, boolean) - Method in class org.eclipse.emf.compare.merge.AttributeChangeMerger
Reject the given difference.
reject(Diff, boolean) - Method in class org.eclipse.emf.compare.merge.FeatureMapChangeMerger
Reject the given difference.
reject(Diff, boolean) - Method in class org.eclipse.emf.compare.merge.ReferenceChangeMerger
Merge the given difference rejecting it.
reject(Diff, boolean) - Method in class org.eclipse.emf.compare.merge.ResourceAttachmentChangeMerger
Reject the given difference.
remove(EObject, EObjectIndex.Side) - Method in interface org.eclipse.emf.compare.match.eobject.EObjectIndex
Remove an object from the index.
remove(EObject, EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ByTypeIndex
Remove an object from the index.
remove(EObject, EObjectIndex.Side) - Method in class org.eclipse.emf.compare.match.eobject.internal.ProximityIndex
Remove an object from the index.
remove(String) - Method in interface org.eclipse.emf.compare.match.eobject.WeightProvider.Descriptor.Registry
Removes a weight provider from this registry.
remove(String) - Method in class org.eclipse.emf.compare.match.eobject.WeightProviderDescriptorRegistryImpl
Removes a weight provider from this registry.
remove(String) - Method in interface org.eclipse.emf.compare.match.IMatchEngine.Factory.Registry
Remove from the registry the IMatchEngine.Factory designated by the given String .
remove(String) - Method in class org.eclipse.emf.compare.match.impl.MatchEngineFactoryRegistryImpl
Remove from the registry the IMatchEngine.Factory designated by the given String .
remove(String) - Method in interface org.eclipse.emf.compare.merge.IMerger.Registry
Removes a merger from the registry, from its class name.
remove(String) - Method in class org.eclipse.emf.compare.merge.IMerger.RegistryImpl
Removes a merger from the registry, from its class name.
remove(K) - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor.Registry
Removes a post processor from this registry.
remove(K) - Method in class org.eclipse.emf.compare.postprocessor.PostProcessorDescriptorRegistryImpl
Removes a post processor from this registry.
removed(String) - Static method in class org.eclipse.emf.compare.utils.EMFComparePredicates
This predicate can be used to check whether a given Diff represents the removal of an EObject matching the given qualified name.
removedFromAttribute(String, String, Object) - Static method in class org.eclipse.emf.compare.utils.EMFComparePredicates
This predicate can be used to check whether a given Diff represents the deletion of a value from a multi-valued attribute going by attributeName on an EObject which name matches qualifiedName.
removedFromReference(String, String, String) - Static method in class org.eclipse.emf.compare.utils.EMFComparePredicates
This predicate can be used to check whether a given Diff represents the deletion of a value from a multi-valued reference going by referenceName on an EObject which name matches qualifiedName.
removedFromReference(String, String, String, EStructuralFeature) - Static method in class org.eclipse.emf.compare.utils.EMFComparePredicates
This predicate can be used to check whether a given Diff represents the deletion of a value from a multi-valued reference going by referenceName on an EObject which name matches qualifiedName.
removeEldestEntry(Map.Entry<K, V>) - Method in class org.eclipse.emf.compare.match.eobject.internal.AccessBasedLRUCache
removeFromTarget(AttributeChange, boolean) - Method in class org.eclipse.emf.compare.merge.AttributeChangeMerger
This will be called when we need to remove an element from the target side.
removeFromTarget(FeatureMapChange, boolean) - Method in class org.eclipse.emf.compare.merge.FeatureMapChangeMerger
This will be called when we need to remove an element from the target side.
removeFromTarget(ReferenceChange, boolean) - Method in class org.eclipse.emf.compare.merge.ReferenceChangeMerger
This will be called when we need to remove an element from the target side.
removeFromTarget(ResourceAttachmentChange, boolean) - Method in class org.eclipse.emf.compare.merge.ResourceAttachmentChangeMerger
This will be called when we need to remove an element from the target side.
reqEngine - Variable in class org.eclipse.emf.compare.EMFCompare.Builder
The IReqEngine to use to compute comparison.
requiredBy - Variable in class org.eclipse.emf.compare.impl.DiffImpl
The cached value of the 'Required By' reference list.
requires - Variable in class org.eclipse.emf.compare.impl.DiffImpl
The cached value of the 'Requires' reference list.
resetInTarget(AttributeChange, boolean) - Method in class org.eclipse.emf.compare.merge.AttributeChangeMerger
Deprecated.
resetInTarget(ReferenceChange, boolean) - Method in class org.eclipse.emf.compare.merge.ReferenceChangeMerger
This will be called by the merge operations in order to reset a reference to its original value, be that the left or right side.
RESOURCE_ATTACHMENT_CHANGE - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
The meta object literal for the 'Resource Attachment Change' class.
RESOURCE_ATTACHMENT_CHANGE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The meta object id for the 'Resource Attachment Change' class.
RESOURCE_ATTACHMENT_CHANGE__CONFLICT - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Conflict' reference.
RESOURCE_ATTACHMENT_CHANGE__EQUIVALENCE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Equivalence' reference.
RESOURCE_ATTACHMENT_CHANGE__IMPLIED_BY - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Implied By' reference list.
RESOURCE_ATTACHMENT_CHANGE__IMPLIES - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Implies' reference list.
RESOURCE_ATTACHMENT_CHANGE__KIND - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Kind' attribute.
RESOURCE_ATTACHMENT_CHANGE__MATCH - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Match' container reference.
RESOURCE_ATTACHMENT_CHANGE__PRIME_REFINING - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Prime Refining' reference.
RESOURCE_ATTACHMENT_CHANGE__REFINED_BY - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Refined By' reference list.
RESOURCE_ATTACHMENT_CHANGE__REFINES - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Refines' reference list.
RESOURCE_ATTACHMENT_CHANGE__REQUIRED_BY - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Required By' reference list.
RESOURCE_ATTACHMENT_CHANGE__REQUIRES - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Requires' reference list.
RESOURCE_ATTACHMENT_CHANGE__RESOURCE_URI - Static variable in interface org.eclipse.emf.compare.ComparePackage.Literals
The meta object literal for the 'Resource URI' attribute feature.
RESOURCE_ATTACHMENT_CHANGE__RESOURCE_URI - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Resource URI' attribute.
RESOURCE_ATTACHMENT_CHANGE__SOURCE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'Source' attribute.
RESOURCE_ATTACHMENT_CHANGE__STATE - Static variable in interface org.eclipse.emf.compare.ComparePackage
The feature id for the 'State' attribute.
RESOURCE_ATTACHMENT_CHANGE_FEATURE_COUNT - Static variable in interface org.eclipse.emf.compare.ComparePackage
The number of structural features of the 'Resource Attachment Change' class.
RESOURCE_URI_EDEFAULT - Static variable in class org.eclipse.emf.compare.impl.ResourceAttachmentChangeImpl
The default value of the 'Resource URI' attribute
resourceAttachmentChange(Match, String, DifferenceKind, DifferenceSource) - Method in class org.eclipse.emf.compare.diff.DiffBuilder
This will be called whenever the diff engine detected the addition (or removal) of a root in a given Resource.
resourceAttachmentChange(Match, String, DifferenceKind, DifferenceSource) - Method in interface org.eclipse.emf.compare.diff.IDiffProcessor
This will be called whenever the diff engine detected the addition (or removal) of a root in a given Resource.
ResourceAttachmentChange - Interface in org.eclipse.emf.compare
A representation of the model object 'Resource Attachment Change'
ResourceAttachmentChangeImpl - Class in org.eclipse.emf.compare.impl
An implementation of the model object 'Resource Attachment Change'
ResourceAttachmentChangeImpl() - Constructor for class org.eclipse.emf.compare.impl.ResourceAttachmentChangeImpl
 
ResourceAttachmentChangeMerger - Class in org.eclipse.emf.compare.merge
This specific implementation of AbstractMerger will be used to merge resource attachment changes.
ResourceAttachmentChangeMerger() - Constructor for class org.eclipse.emf.compare.merge.ResourceAttachmentChangeMerger
 
ResourceAttachmentChangeSpec - Class in org.eclipse.emf.compare.internal.spec
This specialization of the ResourceAttachmentChangeImpl class allows us to define the derived features and operations implementations.
ResourceAttachmentChangeSpec() - Constructor for class org.eclipse.emf.compare.internal.spec.ResourceAttachmentChangeSpec
 
resourceContentFilter - Variable in class org.eclipse.emf.compare.scope.FilterComparisonScope
This will be used in order to determine the filter that should be used to filter the Resources' content list of unnecessary values.
resourceSetContentFilter - Variable in class org.eclipse.emf.compare.scope.FilterComparisonScope
This will be used in order to determine the filter that should be used to filter the ResourceSets' content list of unnecessary values.
resourceURI - Variable in class org.eclipse.emf.compare.impl.ResourceAttachmentChangeImpl
The cached value of the 'Resource URI' attribute
resourceURIs - Variable in class org.eclipse.emf.compare.scope.AbstractComparisonScope
The resource uris detected in the comparison.
retrieveFragment(EObject) - Method in class org.eclipse.emf.compare.match.eobject.URIDistance
the containing fragment for a given EObject.
right - Variable in class org.eclipse.emf.compare.impl.MatchImpl
The cached value of the 'Right' reference
right - Variable in class org.eclipse.emf.compare.impl.MatchResourceImpl
The cached value of the 'Right' attribute
right - Variable in class org.eclipse.emf.compare.scope.AbstractComparisonScope
The right root of this comparison.
RIGHT_EDEFAULT - Static variable in class org.eclipse.emf.compare.impl.MatchResourceImpl
The default value of the 'Right' attribute
RIGHT_URI_EDEFAULT - Static variable in class org.eclipse.emf.compare.impl.MatchResourceImpl
The default value of the 'Right URI' attribute
RIGHT_VALUE - Static variable in enum org.eclipse.emf.compare.DifferenceSource
The 'RIGHT' literal value
rightURI - Variable in class org.eclipse.emf.compare.impl.MatchResourceImpl
The cached value of the 'Right URI' attribute
RootIDMatchingStrategy - Class in org.eclipse.emf.compare.match.resource
This implementation of a matching strategy checks for the IDs of the resources' roots, and consider that resources match if the identifiers of their roots do.
RootIDMatchingStrategy() - Constructor for class org.eclipse.emf.compare.match.resource.RootIDMatchingStrategy
 
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.201410060749


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