public class MatchOfContainmentReferenceChangeProcessor extends Object
Matches related to containment ReferenceChange. Add a
 MatchOfContainmentReferenceChangeAdapter on such Matches.| Constructor and Description | 
|---|
| MatchOfContainmentReferenceChangeProcessor()Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkForMatchRelatedToContainmentReferenceChange(Match match)Check if the given  Matchis related to a containment ReferenceChange. | 
| void | execute(Comparison comp)Check for the given  Comparison, ifMatches are related to a containment
 ReferenceChange. | 
public MatchOfContainmentReferenceChangeProcessor()
public void execute(Comparison comp)
Comparison, if Matches are related to a containment
 ReferenceChange. If it is add a MatchOfContainmentReferenceChangeAdapter to these
 Matches.comp - The Comparison to check.protected void checkForMatchRelatedToContainmentReferenceChange(Match match)
Match is related to a containment ReferenceChange. If it is add a
 MatchOfContainmentReferenceChangeAdapter to this Match. Also check for all sub-matches
 of the given Match.match - The Match to check
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.