Package | Description |
---|---|
org.processmining.dialogs | |
org.processmining.plugins |
Constructor and Description |
---|
YourDialog(org.processmining.contexts.uitopia.UIPluginContext context,
YourFirstInput input1,
YourSecondInput input2,
YourConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
YourOutput |
YourPlugin.yourConfiguredPlugin(org.processmining.framework.plugin.PluginContext context,
YourFirstInput input1,
YourSecondInput input2,
YourConfiguration configuration)
The plug-in variant that runs in any context and requires a configuration.
|