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 

S

safeEGet(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.compare.utils.ReferenceUtil
In case of dynamic EObjects, the EClasses of both sides might be different, making "eget" fail in "unknown feature".
safeEIsSet(EObject, EStructuralFeature) - Static method in class org.eclipse.emf.compare.utils.ReferenceUtil
In case of dynamic EObjects, the EClasses of both sides might be different, making "isset" fail in "unknown feature".
safeESet(EObject, EStructuralFeature, Object) - Static method in class org.eclipse.emf.compare.utils.ReferenceUtil
In case of dynamic EObjects, the EClasses of both sides might be different, making "isset" fail in "unknown feature".
ScopeQuery - Interface in org.eclipse.emf.compare.match.eobject
A class implementing this contract should have the ability to query the scope and tell, from a given EObject, if it is in the scope or not.
setAttribute(EAttribute) - Method in interface org.eclipse.emf.compare.AttributeChange
Sets the value of the 'Attribute' reference
setAttribute(EAttribute) - Method in interface org.eclipse.emf.compare.FeatureMapChange
Sets the value of the 'Attribute' reference
setAttribute(EAttribute) - Method in class org.eclipse.emf.compare.impl.AttributeChangeImpl
 
setAttribute(EAttribute) - Method in class org.eclipse.emf.compare.impl.FeatureMapChangeImpl
 
setAttributes(URI, Map<String, ?>, Map<?, ?>) - Method in class org.eclipse.emf.compare.utils.DelegatingURIConverter
setComparison(Comparison) - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
setComparison(Comparison) - Method in class org.eclipse.emf.compare.match.eobject.URIDistance
Set an optional comparison used to retrieve matches already computed.
setComparison(Comparison) - Method in interface org.eclipse.emf.compare.MatchResource
Sets the value of the 'Comparison' container reference
setConflict(Conflict) - Method in interface org.eclipse.emf.compare.Diff
Sets the value of the 'Conflict' reference
setConflict(Conflict) - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
setConflictDetector(IConflictDetector) - Method in class org.eclipse.emf.compare.EMFCompare.Builder
Sets the IEquiEngine to be used to compute conflicts between Diff.
setDiagnostic(Diagnostic) - Method in interface org.eclipse.emf.compare.Comparison
Sets the value of the 'Diagnostic' attribute.
setDiagnostic(Diagnostic) - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
setDiagnostic(Diagnostic) - Method in class org.eclipse.emf.compare.scope.AbstractComparisonScope
Set the diagnostic to be associated with this scope.
setDiagnostic(Diagnostic) - Method in interface org.eclipse.emf.compare.utils.IDiagnosable
Set the diagnostic to be associated with this scope.
setDiffEngine(IDiffEngine) - Method in class org.eclipse.emf.compare.EMFCompare.Builder
Sets the IDiffEngine to be used to compute Diff.
setEObjectContentFilter(Predicate<? super EObject>) - Method in class org.eclipse.emf.compare.scope.FilterComparisonScope
This can be used to set the filter that should be used to filter the EObjects' content list of unnecessary values.
setEquivalence(Equivalence) - Method in interface org.eclipse.emf.compare.Diff
Sets the value of the 'Equivalence' reference.
setEquivalence(Equivalence) - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
setEquivalenceEngine(IEquiEngine) - Method in class org.eclipse.emf.compare.EMFCompare.Builder
Sets the IEquiEngine to be used to compute equivalences between Diff.
setKind(ConflictKind) - Method in interface org.eclipse.emf.compare.Conflict
Sets the value of the 'Kind' attribute
setKind(DifferenceKind) - Method in interface org.eclipse.emf.compare.Diff
Sets the value of the 'Kind' attribute.
setKind(ConflictKind) - Method in class org.eclipse.emf.compare.impl.ConflictImpl
 
setKind(DifferenceKind) - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
setLeft(EObject) - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
setLeft(Resource) - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
setLeft(EObject) - Method in interface org.eclipse.emf.compare.Match
Sets the value of the 'Left' reference
setLeft(Resource) - Method in interface org.eclipse.emf.compare.MatchResource
Sets the value of the 'Left' attribute
setLeftEditable(boolean) - Method in interface org.eclipse.emf.compare.internal.merge.IMergeData
Set whether the left side of the comparison is editable.
setLeftEditable(boolean) - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
Set whether the left side of the comparison is editable.
setLeftURI(String) - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
setLeftURI(String) - Method in interface org.eclipse.emf.compare.MatchResource
Sets the value of the 'Left URI' attribute
setMatch(Match) - Method in interface org.eclipse.emf.compare.Diff
Sets the value of the 'Match' container reference.
setMatch(Match) - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
setMatchEngineFactoryRegistry(IMatchEngine.Factory.Registry) - Method in class org.eclipse.emf.compare.EMFCompare.Builder
Sets the IMatchEngine.Factory.Registry to be used to find a match engine factory to compute comparison.
setMergeMode(MergeMode) - Method in interface org.eclipse.emf.compare.internal.merge.IMergeData
Set the merge mode the associated diff has been merged with.
setMergeMode(MergeMode) - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
Set the merge mode the associated diff has been merged with.
setOrdinal(int) - Method in class org.eclipse.emf.compare.postprocessor.BasicPostProcessorDescriptorImpl
Set the ordinal of this post processor.
setOrdinal(int) - Method in interface org.eclipse.emf.compare.postprocessor.IPostProcessor.Descriptor
Set the ordinal of this post processor.
setOrigin(EObject) - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
setOrigin(Resource) - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
setOrigin(EObject) - Method in interface org.eclipse.emf.compare.Match
Sets the value of the 'Origin' reference
setOrigin(Resource) - Method in interface org.eclipse.emf.compare.MatchResource
Sets the value of the 'Origin' attribute
setOriginURI(String) - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
setOriginURI(String) - Method in interface org.eclipse.emf.compare.MatchResource
Sets the value of the 'Origin URI' attribute
setPostProcessorRegistry(IPostProcessor.Descriptor.Registry<?>) - Method in class org.eclipse.emf.compare.EMFCompare.Builder
Sets the PostProcessor to be used to find the post processor of each comparison steps.
setRanking(int) - Method in interface org.eclipse.emf.compare.match.IMatchEngine.Factory
Set the ranking of this match engine factory.
setRanking(int) - Method in class org.eclipse.emf.compare.match.impl.MatchEngineFactoryImpl
Set the ranking of this match engine factory.
setRanking(int) - Method in class org.eclipse.emf.compare.merge.AbstractMerger
Set the ranking of this merger.
setRanking(int) - Method in interface org.eclipse.emf.compare.merge.IMerger
Set the ranking of this merger.
setReference(EReference) - Method in class org.eclipse.emf.compare.impl.ReferenceChangeImpl
 
setReference(EReference) - Method in interface org.eclipse.emf.compare.ReferenceChange
Sets the value of the 'Reference' reference
setRefiningChanges(Diff, DifferenceKind, Diff) - Method in class org.eclipse.emf.compare.internal.postprocessor.factories.AbstractChangeFactory
Get the refining differences and set the given extension with them, from the given refining one.
setRegistry(IMerger.Registry) - Method in class org.eclipse.emf.compare.merge.AbstractMerger
Set the registry containing this merger.
setRegistry(IMerger.Registry) - Method in interface org.eclipse.emf.compare.merge.IMerger
Set the registry containing this merger.
setRequirementEngine(IReqEngine) - Method in class org.eclipse.emf.compare.EMFCompare.Builder
Sets the IReqEngine to be used to compute dependencies between Diff.
setResourceContentFilter(Predicate<? super EObject>) - Method in class org.eclipse.emf.compare.scope.FilterComparisonScope
This can be used to set the filter that should be used to filter the Resources' content list of unnecessary values.
setResourceSetContentFilter(Predicate<? super Resource>) - Method in class org.eclipse.emf.compare.scope.FilterComparisonScope
This can be used to set the filter that should be used to filter the ResourceSets' content list of unnecessary values.
setResourceURI(String) - Method in class org.eclipse.emf.compare.impl.ResourceAttachmentChangeImpl
 
setResourceURI(String) - Method in interface org.eclipse.emf.compare.ResourceAttachmentChange
Sets the value of the 'Resource URI' attribute
setRight(EObject) - Method in class org.eclipse.emf.compare.impl.MatchImpl
 
setRight(Resource) - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
setRight(EObject) - Method in interface org.eclipse.emf.compare.Match
Sets the value of the 'Right' reference
setRight(Resource) - Method in interface org.eclipse.emf.compare.MatchResource
Sets the value of the 'Right' attribute
setRightEditable(boolean) - Method in interface org.eclipse.emf.compare.internal.merge.IMergeData
Set whether the right side of the comparison is editable.
setRightEditable(boolean) - Method in class org.eclipse.emf.compare.internal.merge.MergeDataImpl
Set whether the right side of the comparison is editable.
setRightURI(String) - Method in class org.eclipse.emf.compare.impl.MatchResourceImpl
 
setRightURI(String) - Method in interface org.eclipse.emf.compare.MatchResource
Sets the value of the 'Right URI' attribute
setSource(DifferenceSource) - Method in interface org.eclipse.emf.compare.Diff
Sets the value of the 'Source' attribute.
setSource(DifferenceSource) - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
setState(DifferenceState) - Method in interface org.eclipse.emf.compare.Diff
Sets the value of the 'State' attribute.
setState(DifferenceState) - Method in class org.eclipse.emf.compare.impl.DiffImpl
 
setThreeWay(boolean) - Method in interface org.eclipse.emf.compare.Comparison
Sets the value of the 'Three Way' attribute.
setThreeWay(boolean) - Method in class org.eclipse.emf.compare.impl.ComparisonImpl
 
setValue(Object) - Method in interface org.eclipse.emf.compare.AttributeChange
Sets the value of the 'Value' attribute
setValue(Object) - Method in interface org.eclipse.emf.compare.FeatureMapChange
Sets the value of the 'Value' attribute
setValue(Object) - Method in class org.eclipse.emf.compare.impl.AttributeChangeImpl
 
setValue(Object) - Method in class org.eclipse.emf.compare.impl.FeatureMapChangeImpl
 
setValue(EObject) - Method in class org.eclipse.emf.compare.impl.ReferenceChangeImpl
 
setValue(EObject) - Method in interface org.eclipse.emf.compare.ReferenceChange
Sets the value of the 'Value' reference
SIGNIFICANT - Static variable in class org.eclipse.emf.compare.match.eobject.AbstractWeightProvider
Likely to impact the object identity.
similarityCompare() - Method in class org.eclipse.emf.compare.match.eobject.internal.ProximityMatchStats
We compared two objects by their similarity.
similaritySuccess() - Method in class org.eclipse.emf.compare.match.eobject.internal.ProximityMatchStats
We achieved a match using similarity.
SMALL - Static variable in class org.eclipse.emf.compare.match.eobject.AbstractWeightProvider
Something not impacting the object identity unless it adds up a lot.
source - Variable in class org.eclipse.emf.compare.impl.DiffImpl
The cached value of the 'Source' attribute.
SOURCE_EDEFAULT - Static variable in class org.eclipse.emf.compare.impl.DiffImpl
The default value of the 'Source' attribute.
state - Variable in class org.eclipse.emf.compare.impl.DiffImpl
The cached value of the 'State' attribute.
STATE_EDEFAULT - Static variable in class org.eclipse.emf.compare.impl.DiffImpl
The default value of the 'State' attribute.
StrategyResourceMatcher - Class in org.eclipse.emf.compare.match.resource
A StrategyResourceMatcher will be used to match two or three Resources together; depending on whether we are doing a two or three way comparison.
StrategyResourceMatcher() - Constructor for class org.eclipse.emf.compare.match.resource.StrategyResourceMatcher
 
submatches - Variable in class org.eclipse.emf.compare.impl.MatchImpl
The cached value of the 'Submatches' containment reference list
SubMatchIterable - Class in org.eclipse.emf.compare.internal
A custom Iterable that will iterate over the Match->submatch tree of a given Match.
SubMatchIterable(Match) - Constructor for class org.eclipse.emf.compare.internal.SubMatchIterable
Constructs an iterable given the root of its tree.
SubMatchIterator - Class in org.eclipse.emf.compare.internal
A custom TreeIterator that will iterate over the Match->submatch tree.
SubMatchIterator(Match) - Constructor for class org.eclipse.emf.compare.internal.SubMatchIterator
Constructs an iterator given the root of its tree.
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.