Package | Description |
---|---|
org.processmining.logskeleton.inputs | |
org.processmining.logskeleton.outputs | |
org.processmining.logskeleton.plugins |
Modifier and Type | Method and Description |
---|---|
LogSkeleton |
BrowserInput.getLogSkeleton() |
LogSkeleton |
CheckerInput.getLogSkeleton() |
Constructor and Description |
---|
BrowserInput(LogSkeleton logSkeleton) |
CheckerInput(LogSkeleton logSkeleton,
org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
LogSkeleton |
BuilderOutput.getLogSkeleton() |
Constructor and Description |
---|
BuilderOutput(LogSkeleton logSkeleton) |
Modifier and Type | Method and Description |
---|---|
LogSkeleton |
BuilderPlugin.run(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
LogSkeleton |
BuilderPlugin.run(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
BuilderConfiguration configuration) |
LogSkeleton |
BuilderPlugin.run(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
void |
ExportPlugin.export(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton,
java.io.File file) |
BrowserComponent |
BrowserPlugin.run(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton) |
BrowserComponent |
BrowserVisualizerPlugin.run(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton) |
BrowserComponent |
BrowserPlugin.run(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton,
BrowserConfiguration configuration) |
BrowserComponent |
BrowserVisualizerPlugin.run(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton,
BrowserConfiguration configuration) |
org.deckfour.xes.model.XLog |
CheckerPlugin.run(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton,
org.deckfour.xes.model.XLog log) |
org.deckfour.xes.model.XLog |
CheckerPlugin.run(org.processmining.framework.plugin.PluginContext context,
LogSkeleton logSkeleton,
org.deckfour.xes.model.XLog log,
CheckerConfiguration configuration) |
org.deckfour.xes.model.XLog |
CheckerPlugin.run(org.processmining.contexts.uitopia.UIPluginContext context,
LogSkeleton logSkeleton,
org.deckfour.xes.model.XLog log) |