| Package | Description |
|---|---|
| org.processmining.richeventloggenerator.plugins |
| Modifier and Type | Method and Description |
|---|---|
EventGapLogViewer |
RichEventLogGeneratorPlugin.run(org.processmining.framework.plugin.PluginContext contexts)
The plug-in variant that runs in any context and requires a parameters.
|
EventGapLogViewer |
RichEventLogGeneratorPlugin.runDefault(org.processmining.framework.plugin.PluginContext context)
The plug-in variant that runs in any context and uses the default parameters.
|
EventGapLogViewer |
RichEventLogGeneratorPlugin.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 |
RichEventLogGeneratorPlugin.testUI(org.processmining.contexts.uitopia.UIPluginContext context)
The plug-in variant that allows one to test the dialog to get the parameters.
|