public interface CoordinateInterpreter extends LogGridInterpreter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel(long index)
Get the label for partition 'index' as specified by the user.
|
long |
getSize()
Get size of axis.
|
long |
interpret(org.deckfour.xes.model.XEvent event)
Interpret coordinate.
|
completeLog, completeTrace, startLog, startTracelong interpret(org.deckfour.xes.model.XEvent event)
logvalue - Coordinate value from the logjava.lang.IllegalArgumentException - Throws an IllegalArgumentException whenever
the required information is not available in the provided XEvent instance.java.lang.String getLabel(long index)
index - The index of the partition.java.lang.IndexOutOfBoundsException - when the index is outside the valid range of indices.long getSize()