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.
|