public class HistoryCompare extends Object
| Constructor and Description |
|---|
HistoryCompare() |
| Modifier and Type | Method and Description |
|---|---|
static void |
handleRegisteredExtensions(org.eclipse.emf.ecore.EObject e1,
org.eclipse.emf.ecore.EObject e2)
This function calls
ESCompare.compare(EObject e1, EObject e2)and
then ESCompare.display() for all registered extensions. |
static boolean |
hasRegisteredExtensions()
This function tells you if there is a Comparator registered on the
extension point
|
public static boolean hasRegisteredExtensions()
public static void handleRegisteredExtensions(org.eclipse.emf.ecore.EObject e1,
org.eclipse.emf.ecore.EObject e2)
ESCompare.compare(EObject e1, EObject e2)and
then ESCompare.display() for all registered extensions.e1 - EObject one to comparee2 - EObject two to compareCopyright © 2017. All rights reserved.