public class MatchOfContainmentReferenceChangeProcessor extends Object
Match
es 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
Match is related to a containment ReferenceChange. |
void |
execute(Comparison comp)
Check for the given
Comparison , if Match es are related to a containment
ReferenceChange. |
public MatchOfContainmentReferenceChangeProcessor()
public void execute(Comparison comp)
Comparison
, if Match
es are related to a containment
ReferenceChange. If it is add a MatchOfContainmentReferenceChangeAdapter
to these
Match
es.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.