Class AnnotationElementComparator
- java.lang.Object
-
- org.processmining.plugins.operationalsupport.providers.timetsannotation.AnnotationElementComparator
-
- All Implemented Interfaces:
java.util.Comparator<AnnotationElement>
public class AnnotationElementComparator extends java.lang.Object implements java.util.Comparator<AnnotationElement>
-
-
Constructor Summary
Constructors Constructor Description AnnotationElementComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(AnnotationElement e1, AnnotationElement e2)
-
-
-
Method Detail
-
compare
public int compare(AnnotationElement e1, AnnotationElement e2)
- Specified by:
comparein interfacejava.util.Comparator<AnnotationElement>
-
-