public interface TraceComparator
extends java.util.Comparator<org.deckfour.xes.model.XTrace>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of the comparator as it is shown in the user interface.
|
void |
updateLogInfo(org.deckfour.xes.info.XLogInfo summary)
Receive a new log info instance.
|
java.lang.String getName()
void updateLogInfo(org.deckfour.xes.info.XLogInfo summary)
summary - The new XLogInfo instance.