public class ExportPPMCharts
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBER_OF_LOGS |
| Constructor and Description |
|---|
ExportPPMCharts() |
| Modifier and Type | Method and Description |
|---|---|
static org.deckfour.xes.model.XLog[] |
convertLog(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
static org.deckfour.xes.model.XLog |
convertTrace(org.deckfour.xes.model.XTrace trace) |
static org.deckfour.xes.model.XLog |
export(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
public static final int NUMBER_OF_LOGS
public static org.deckfour.xes.model.XLog export(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log)
public static org.deckfour.xes.model.XLog[] convertLog(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
public static org.deckfour.xes.model.XLog convertTrace(org.deckfour.xes.model.XTrace trace)