|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESCompare
Interface for extension point. This is used to register new comparators for the history browser.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||