org.eclipse.emf.emfstore.client.ui.historybrowsercomparator
Class EMFCompareComparator
java.lang.Object
org.eclipse.emf.emfstore.client.ui.historybrowsercomparator.EMFCompareComparator
- All Implemented Interfaces:
- ESCompare
public class EMFCompareComparator
- extends Object
- implements ESCompare
Implementation of ESCompare using the EMF Compare Framework to compare to Projects.
- Author:
- jsommerfeldt
|
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. |
EMFCompareComparator
public EMFCompareComparator()
compare
public void compare(org.eclipse.emf.ecore.EObject e1,
org.eclipse.emf.ecore.EObject e2)
- Compares two EObjects to each other.
- Specified by:
compare in interface ESCompare
- Parameters:
e1 - first EObjecte2 - second EObject- See Also:
ESCompare.compare(org.eclipse.emf.ecore.EObject,
org.eclipse.emf.ecore.EObject)
display
public void display()
- Displays the compare result. This method is called if
ESCompare.compare(EObject e1, EObject e2) has been called
before and only then.
- Specified by:
display in interface ESCompare
- See Also:
ESCompare.display()
Copyright © 2015. All Rights Reserved.