| Package | Description |
|---|---|
| org.processmining.plugins.timefilter.ui |
| Modifier and Type | Method and Description |
|---|---|
static LinedChart.SORTING |
LinedChart.SORTING.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinedChart.SORTING[] |
LinedChart.SORTING.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinedChart.changeSorting(java.util.ArrayList<org.deckfour.xes.model.XTrace> elements,
LinedChart.SORTING sorting) |
| Constructor and Description |
|---|
LinedChart(LogFilter logFilter,
java.util.ArrayList<org.deckfour.xes.model.XTrace> elements,
org.deckfour.xes.info.XLogInfo logInfo,
LinedChart.SORTING sorting)
Chart constructor
|