public class ProcessComparatorPlugin
extends java.lang.Object
| Constructor and Description |
|---|
ProcessComparatorPlugin() |
| Modifier and Type | Method and Description |
|---|---|
ComparatorPanel |
run(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog... logs)
Apply the algorithm depending on whether a connection already exists.
|
ComparatorPanel |
runDefault(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog... input)
Version WITH UI, DEFAULT PARAMETERS, expecting an event log array
|
public ComparatorPanel runDefault(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog... input)
context - input - = the set of logs to be usedpublic ComparatorPanel run(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog... logs)
context - The context to run in.input1 - The first input.input2 - The second input.