public interface ESCompare
| Modifier and Type | Method and Description |
|---|---|
void |
compare(org.eclipse.emf.ecore.EObject e1,
org.eclipse.emf.ecore.EObject e2)
Compares two EObjects to each other.
|
void |
display()
Displays the compare result.
|
void compare(org.eclipse.emf.ecore.EObject e1,
org.eclipse.emf.ecore.EObject e2)
e1 - first EObjecte2 - second EObjectvoid display()
compare(EObject e1, EObject e2) has been called
before and only then.Copyright © 2017. All rights reserved.