|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.infai.emo.matcher.Comparator
org.infai.emo.matcher.ElementComparator
org.infai.emo.matcher.impl.AttributeComparator
public class AttributeComparator
Class for comparing the attributes of two elements.
ElementComparator
Constructor Summary | |
---|---|
AttributeComparator()
|
Method Summary | |
---|---|
double |
compareTo(org.eclipse.emf.ecore.EObject leftElement,
org.eclipse.emf.ecore.EObject rightElement)
compare the attributes of the given elements. |
Methods inherited from class org.infai.emo.matcher.Comparator |
---|
getName, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeComparator()
Method Detail |
---|
public double compareTo(org.eclipse.emf.ecore.EObject leftElement, org.eclipse.emf.ecore.EObject rightElement)
compareTo
in class Comparator
leftElement
- the left element to compare the attributes ofrightElement
- the right element for the attribute-comparison
EObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |