public class EObjectAttributeComparator
extends java.lang.Object
implements java.util.Comparator<org.eclipse.emf.ecore.EObject>
| Constructor and Description |
|---|
EObjectAttributeComparator(org.eclipse.emf.ecore.EAttribute eAttribute,
Order order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(org.eclipse.emf.ecore.EObject o1,
org.eclipse.emf.ecore.EObject o2) |
protected int |
compareInternal(org.eclipse.emf.ecore.EObject o1,
org.eclipse.emf.ecore.EObject o2) |
public EObjectAttributeComparator(org.eclipse.emf.ecore.EAttribute eAttribute,
Order order)
public int compare(org.eclipse.emf.ecore.EObject o1,
org.eclipse.emf.ecore.EObject o2)
compare in interface java.util.Comparator<org.eclipse.emf.ecore.EObject>protected int compareInternal(org.eclipse.emf.ecore.EObject o1,
org.eclipse.emf.ecore.EObject o2)