public class RichEventLogGeneratorPlugin
extends java.lang.Object
| Constructor and Description |
|---|
RichEventLogGeneratorPlugin() |
| Modifier and Type | Method and Description |
|---|---|
EventGapLogViewer |
run(org.processmining.framework.plugin.PluginContext contexts)
The plug-in variant that runs in any context and requires a parameters.
|
EventGapLogViewer |
runDefault(org.processmining.framework.plugin.PluginContext context)
The plug-in variant that runs in any context and uses the default parameters.
|
EventGapLogViewer |
runUI(org.processmining.contexts.uitopia.UIPluginContext context)
The plug-in variant that runs in a UI context and uses a dialog to get the parameters.
|
EventGapLogViewer |
testUI(org.processmining.contexts.uitopia.UIPluginContext context)
The plug-in variant that allows one to test the dialog to get the parameters.
|
public EventGapLogViewer run(org.processmining.framework.plugin.PluginContext contexts)
context - The context to run in.input1 - The first input.input2 - The second input.parameters - The parameters to use.public EventGapLogViewer runDefault(org.processmining.framework.plugin.PluginContext context)
context - The context to run in.input1 - The first input.input2 - The second input.public EventGapLogViewer runUI(org.processmining.contexts.uitopia.UIPluginContext context)
context - The context to run in.input1 - The first input.input2 - The second input.public EventGapLogViewer testUI(org.processmining.contexts.uitopia.UIPluginContext context)
context - The context to run in.