Class AttributeChangeConflictSearch
- java.lang.Object
-
- org.eclipse.emf.compare.internal.conflict.AttributeChangeConflictSearch
-
public class AttributeChangeConflictSearch extends Object
Search conflicts forAttributeChange
s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AttributeChangeConflictSearch.Add
Search conflicts forAttributeChange
of kindDifferenceKind.ADD
.static class
AttributeChangeConflictSearch.Change
Search conflicts forAttributeChange
of kindDifferenceKind.CHANGE
.static class
AttributeChangeConflictSearch.Delete
Search conflicts forAttributeChange
of kindDifferenceKind.DELETE
.static class
AttributeChangeConflictSearch.Move
Search conflicts forAttributeChange
of kindDifferenceKind.MOVE
.
-
Constructor Summary
Constructors Constructor Description AttributeChangeConflictSearch()
-