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.
Command line interface for ProM plugins
Hi,
I want to run a ProM plugin with around 100 models and logs; doing this manually will take time.
Can I use the source code from SVN:
https://svn.win.tue.nl/repos/prom/Packages/
Does the version of plugins in the SVN are matched with ProM 6.9, which I use.?
Or Is there another way to do that?
Thank you
H.
Comments
Thank you for your response
I tried running the inductive miner by using CLI (the batch and scripts in your website), and it works perfectly. Thank you for sharing them.
I am now trying to use the same way to create CLI for RepairModel plugin developed by Drik Fahland. As far as I know, the plugin in ProM 6.9 produces a WF-net which the earlier versions do not guarantee. Thus, I am going to use ProM Nightly Build.
I am just wondering how I can call the plugin.
Could you please point me to the way that I can call it and what are the required parameters in addition to the model and log.
I know that the plugin is packaged in Uma :
and the calling may look like:
Uma_RepairModel_Plugin repairer = new Uma_RepairModel_Plugin();
Is this the correct way to do this?result = repairer.repairModel_buildT2Econnection(pluginContext, xLog.getArtifact(), petriNet.getArtifact(), petriNet.getInitialMarking(), petriNet.getFinalMarking(), getConfiguration(), getXEventClassifier());
Thank you,
H.
Thank you very much for clarifying the way to call the plugin, I appreciate your help
Kind regards,
H.