org.eclipse.emf.emfstore.client.ui
Interface ESCompare

All Known Implementing Classes:
EMFCompareComparator

public interface ESCompare

Interface for extension point. This is used to register new comparators for the history browser.

Author:
groeber, 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.
 

Method Detail

compare

void compare(org.eclipse.emf.ecore.EObject e1,
             org.eclipse.emf.ecore.EObject e2)
Compares two EObjects to each other.

Parameters:
e1 - first EObject
e2 - second EObject

display

void display()
Displays the compare result. This method is called if compare(EObject e1, EObject e2) has been called before and only then.



Copyright © 2015. All Rights Reserved.