| Package | Description | 
|---|---|
| org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl | |
| org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MatchNode | BasicDifferenceGroupImpl. buildTree(Match match)Compute a tree for the given match. | 
| protected MatchNode | BasicDifferenceGroupImpl. createMatchNode(Match match)Create a match node. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ThreeWayComparisonGroupProvider.ConflictsGroupImpl. addDiffNode(MatchNode matchNode,
           Diff diff)In the conflicts group, we want to be able to see the ResourceAttachmentChanges. | 
| protected void | BasicDifferenceGroupImpl. addDiffNode(MatchNode matchNode,
           Diff diff)Add the diff in the given match. | 
| protected void | BasicDifferenceGroupImpl. populateMatchNode(MatchNode matchNode)Build the subtree for the given match. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<MatchNode> | ConflictNode. getConflictingTrees()Get all the match trees that are part of the conflict | 
| Iterable<MatchNode> | MatchResourceNode. getMatches()Get all the match trees that are part of the MatchResource | 
| Iterable<MatchNode> | MatchNode. getSubMatchNodes()Get all the match trees that are submatches of the match | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ConflictNode. addConflictingTree(MatchNode matchNode)Add the given MatchNode to the children of this ConflictNode. | 
| boolean | MatchResourceNode. addMatchNode(MatchNode matchNode)Add the given MatchNode to the children of this MatchResourceNode. | 
| boolean | MatchNode. addSubMatchNode(MatchNode matchNode)Add the given MatchNode to the children of this MatchNode. | 
| boolean | ConflictNode. removeConflictingTree(MatchNode matchNode)Remove the given MatchNode of the children of this ConflictNode. | 
| boolean | MatchResourceNode. removeMatchNode(MatchNode matchNode)Remove the given MatchNode of the children of this MatchResourceNode. | 
| boolean | MatchNode. removeSubMatchNode(MatchNode matchNode)Remove the given MatchNode of the children of this MatchNode. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.