org.eclipse.gmt.umlx.ecore.util
Class ENamedElementComparator

java.lang.Object
  extended by org.eclipse.gmt.umlx.ecore.util.ENamedElementComparator
All Implemented Interfaces:
java.util.Comparator<org.eclipse.emf.ecore.ENamedElement>

public final class ENamedElementComparator
extends java.lang.Object
implements java.util.Comparator<org.eclipse.emf.ecore.ENamedElement>


Field Summary
static ENamedElementComparator INSTANCE
           
 
Method Summary
 int compare(org.eclipse.emf.ecore.ENamedElement o1, org.eclipse.emf.ecore.ENamedElement o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

INSTANCE

public static ENamedElementComparator INSTANCE
Method Detail

compare

public int compare(org.eclipse.emf.ecore.ENamedElement o1,
                   org.eclipse.emf.ecore.ENamedElement o2)
Specified by:
compare in interface java.util.Comparator<org.eclipse.emf.ecore.ENamedElement>