| Package | Description |
|---|---|
| org.processmining.newpackage.confs | |
| org.processmining.newpackage.dialogs | |
| org.processmining.newpackage.models | |
| org.processmining.newpackage.plugins |
| Constructor and Description |
|---|
YourConfiguration(YourFirstInput input1,
YourSecondInput input2) |
| Constructor and Description |
|---|
YourDialog(org.processmining.contexts.uitopia.UIPluginContext context,
YourFirstInput input1,
YourSecondInput input2,
YourConfiguration configuration) |
| Constructor and Description |
|---|
YourOutput(YourFirstInput input) |
| 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.
|
YourOutput |
YourPlugin.yourDefaultPlugin(org.processmining.framework.plugin.PluginContext context,
YourFirstInput input1,
YourSecondInput input2)
The plug-in variant that runs in any context and uses the default configuration.
|
YourOutput |
YourPlugin.yourDefaultPlugin(org.processmining.contexts.uitopia.UIPluginContext context,
YourFirstInput input1,
YourSecondInput input2)
The plug-in variant that runs in a UI context and uses a dialog to get the configuration.
|