Class XEventTimeStampComparator
- java.lang.Object
-
- org.processmining.servicelevelagreements.model.xes.comparators.XEventTimeStampComparator
-
- All Implemented Interfaces:
java.io.Serializable,java.util.Comparator<org.deckfour.xes.model.XEvent>
public class XEventTimeStampComparator extends java.lang.Object implements java.util.Comparator<org.deckfour.xes.model.XEvent>, java.io.SerializableEvent comparator based on timestamp of events. If one of two events does not have a timestamp and the other does, it is considered smaller than the other event. If both have no timestamp they are considered equal.- Author:
- B.F.A. Hompes
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCRIPTION
-
Constructor Summary
Constructors Constructor Description XEventTimeStampComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(org.deckfour.xes.model.XEvent e1, org.deckfour.xes.model.XEvent e2)java.lang.StringtoString()
-