Class MatchOfContainmentReferenceChangeProcessor
- java.lang.Object
-
- org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.match.MatchOfContainmentReferenceChangeProcessor
-
public class MatchOfContainmentReferenceChangeProcessor extends Object
Process a comparison to detectMatch
es related to containment ReferenceChange. Add aMatchOfContainmentReferenceChangeAdapter
on such Matches.
-
-
Constructor Summary
Constructors Constructor Description MatchOfContainmentReferenceChangeProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(Comparison comp)
Check for the givenComparison
, ifMatch
es are related to a containment ReferenceChange.
-
-
-
Method Detail
-
execute
public void execute(Comparison comp)
Check for the givenComparison
, ifMatch
es are related to a containment ReferenceChange. If it is add aMatchOfContainmentReferenceChangeAdapter
to theseMatch
es.- Parameters:
comp
- TheComparison
to check.
-
-