- 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.Serializable
Event 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