public class DottedChartCaseInterpreter extends java.lang.Object implements CoordinateInterpreter
| Constructor and Description |
|---|
DottedChartCaseInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeLog()
Trigger on completing the log.
|
void |
completeTrace()
Trigger on completing the trace.
|
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.
|
void |
order(java.util.Comparator<org.deckfour.xes.model.XTrace> traceComparator) |
void |
startLog(org.deckfour.xes.model.XLog log)
Trigger for the start of processing the log.
|
void |
startTrace(org.deckfour.xes.model.XTrace trace)
Trigger for the start of a new trace.
|
public void startLog(org.deckfour.xes.model.XLog log)
LogGridInterpreterstartLog in interface LogGridInterpreterlog - The log that will be processed.public void startTrace(org.deckfour.xes.model.XTrace trace)
LogGridInterpreterstartTrace in interface LogGridInterpretertrace - The trace.public long interpret(org.deckfour.xes.model.XEvent event)
CoordinateInterpreterinterpret in interface CoordinateInterpreterpublic void completeTrace()
LogGridInterpretercompleteTrace in interface LogGridInterpreterpublic void completeLog()
LogGridInterpretercompleteLog in interface LogGridInterpreterpublic java.lang.String getLabel(long index)
CoordinateInterpretergetLabel in interface CoordinateInterpreterindex - The index of the partition.public long getSize()
CoordinateInterpretergetSize in interface CoordinateInterpreterpublic void order(java.util.Comparator<org.deckfour.xes.model.XTrace> traceComparator)