|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use YourOutput | |
|---|---|
| org.processmining.plugins | |
| Uses of YourOutput in org.processmining.plugins |
|---|
| Methods in org.processmining.plugins that return YourOutput | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||