To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.
how to export to disk
I noticed that the mining results of some plug-ins have the function of export to disk. I would like to ask how to achieve this function? Because I also want to export the plugin I developed to disk. Thanks a lot if you could give me some advice.
Comments
-
Hi,The "Export to disk" is enabled if these exists an export plugin for the selected model/object. This is a regular plugin that has the additional @UIExportPlugin annotation that has a description and an extension. THe following snippet shows this annotation for the export of an even tlog to a XES file:
@UIExportPlugin(description = "XES files", extension = "xes")
This line typically follows the @Plugin annotation immediately.The exporter should have a @UITopiaVariant/@PluginVariant method that takes three parameters (in this order):- A UIPluginContext
- The model you want to export
- A File
Kind regards,Eric.
- A UIPluginContext
-
thanks!
Howdy, Stranger!
Categories
- 1.6K All Categories
- 45 Announcements / News
- 225 Process Mining
- 6 - BPI Challenge 2020
- 9 - BPI Challenge 2019
- 24 - BPI Challenge 2018
- 27 - BPI Challenge 2017
- 8 - BPI Challenge 2016
- 68 Research
- 1K ProM 6
- 393 - Usage
- 287 - Development
- 9 RapidProM
- 1 - Usage
- 7 - Development
- 54 ProM5
- 19 - Usage
- 187 Event Logs
- 32 - ProMimport
- 75 - XESame