<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Tagged with list_prom-developers - ProM forum</title>
      <link>http://www.win.tue.nl/promforum/discussions/tagged/list_prom-developers/feed.rss</link>
      <pubDate>Sun, 19 May 13 16:59:45 -0400</pubDate>
         <description>Tagged with list_prom-developers - ProM forum</description>
   <language>en-CA</language>
   <atom:link href="/promforum/discussions/taggedlist_prom-developers/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>[ProM-developers] Serialization</title>
      <link>http://www.win.tue.nl/promforum/discussion/98/prom-developers-serialization</link>
      <pubDate>Tue, 12 Apr 2011 03:24:37 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">98@/promforum/discussions</guid>
      <description><![CDATA[Dear all,<br /><br />From now, it is possible to switch off serialization in the ProM ini file. Just add the following lines:<br /><br />#<br /># Indicate whether or not ProM should serialize the <br /># workspace. If switched off, the last serialized <br /># workspace will be loaded on each start <br />DO_SERIALIZATION = false<br /><br />If serialization is switched off, the last serialized workspace will be loaded on every start. This is helpful for debugging purposes.<br /><br />Please keep in mind that it is necessary to test your work with serialization switched on.<br /><br />Cheers,<br />Boudewijn<br /><br />]]></description>
   </item>
   <item>
      <title>Develop plugin with Netbeans</title>
      <link>http://www.win.tue.nl/promforum/discussion/122/develop-plugin-with-netbeans</link>
      <pubDate>Mon, 27 Jun 2011 04:06:15 -0400</pubDate>
      <dc:creator>rbutler</dc:creator>
      <guid isPermaLink="false">122@/promforum/discussions</guid>
      <description><![CDATA[Hi there,<br /><br />did anyone try to build a ProM plugin with Netbeans and can share some insights how to best setup a Netbeans project for that purpose?<br /><br />Thanks,<br />Ralf<br />]]></description>
   </item>
   <item>
      <title>[ProM-developers] Changes to XAttribute &#039;equals(object )&#039; method in	OpenXES</title>
      <link>http://www.win.tue.nl/promforum/discussion/100/prom-developers-changes-to-xattribute-equalsobject-method-in-openxes</link>
      <pubDate>Thu, 14 Apr 2011 02:44:13 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">100@/promforum/discussions</guid>
      <description><![CDATA[<i>Yesterday, Danny van Heumen send around the following message on the ProM Developers mailing list:</i><br /><br />Dear all,<br /><br />As of today, the equality of an XAttribute and its specializations (XAttributeLiteral, XAttributeBoolean, XAttributeDiscrete, XAttributeContinuous and XAttributeTimestamp) have been modified. The new implementation is more in line with what one would expect of this method: two attributes are considered equivalent if key, value type and value all are equivalent in both attributes.<br /><br />Previously, when we would compare two XAttribute instances, it would only test whether or not the key of both instances is equal. The value type and value of the attribute would be ignored.<br />As of now, when we compare two XAttribute instances, key, value type and value have to all be equivalent in order for two XAttribute instances to be considered equal.<br /><br />Note that given the large amount of ProM packages already present and the nature of the 'equals(...)' method, i.e. 'equals(...)' may also be used (under the hood) by algorithms and data structures, we cannot easily test if this change breaks any of the existing ProM packages. So, if anyone notices a sudden breakage it might be related to this change, although there should only be such a problem if your packages uses XAttribute's 'equals(...)' method for comparing one XAttribute to another.<br /><br />If the old behavior is required, you can trivially achieve this with the XAttribute's 'getKey()' method which returns the key and those keys can then be compared.<br /><br />Best regards,<br /><br />Danny<br />]]></description>
   </item>
   <item>
      <title>[ProM-developers] Test Cases for ProM</title>
      <link>http://www.win.tue.nl/promforum/discussion/96/prom-developers-test-cases-for-prom</link>
      <pubDate>Thu, 07 Apr 2011 05:34:40 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">96@/promforum/discussions</guid>
      <description><![CDATA[<br /><br /><p class="MsoPlainText"><i>Last Monday Dirk Fahland presented a way to test your ProM plug-ins. He send around the following mail to the ProM developers list:</i><br /></p><p class="MsoPlainText">I briefly presented how I have set up test cases<br />for my ProM plugins. I just finished Tutorial in the ProM wiki describing what<br />you have to do, to use test cases for your own plugins. You can find the<br />tutorial at</p><br /><br /><br /><br /><br /><br /><p class="MsoPlainText"><a rel="nofollow" href="https://svn.win.tue.nl/trac/prom/wiki/TestCases">https://svn.win.tue.nl/trac/prom/wiki/TestCases</a> <br /></p><br /><br /><p class="MsoPlainText">I am aware that we are not providing you a comfortable<br />push button technology. Things are rough at the moment, and we need your<br />feedback to make things more accessible. Please read the tutorial and start<br />writing your own tests. Whenever you have questions or run into problems,<br />please approach me.</p><br /><br />]]></description>
   </item>
   <item>
      <title>[ProM-developers] Classifiers</title>
      <link>http://www.win.tue.nl/promforum/discussion/95/prom-developers-classifiers</link>
      <pubDate>Mon, 04 Apr 2011 03:26:40 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">95@/promforum/discussions</guid>
      <description><![CDATA[<i>This morning Eric send the following message to the ProM Developers mailing list:</i><br /><br />Dear all,<br /><br />This weekend, we noticed that some plug-ins ‘massage’ the result of classifier to obtain the result from a different classifier. For example, if the result of the concept name classifier would be “X”, then “X+complete” would be a valid result from the standard classifier. <b>*Please do not do this*</b>. If you need to know the results of some classifier on some event, run the classifier on the event, and do not start guessing around with the results of other classifiers. For example, if the result of the standard classifier is “X”, then <b>*do not assume*</b>&nbsp; that “X”is of the form “Y+Z” and do not start looking for the Y –part to obtain the result of the name classifier. First of all, we just might change the “+” into some other string, second, we just might swap “Y+Z” to “Z+Y”, and third, Y itself may contain several instances of “+” which would result in strange results.<br /><br />Please note that it is not hard to obtain the results from a&nbsp; classifier, as the class XLogInfoImpl has a number of classifiers predefined:<br />-&nbsp;&nbsp; &nbsp;XLogInfoImpl.STANDARD_CLASSIFIER(event)<br />-&nbsp;&nbsp; &nbsp;XLogInfoImpl.NAME_CLASSIFIER(event)<br />-&nbsp;&nbsp; &nbsp;XLogInfoImpl.RESOURCE_CLASSIFIER(event)<br />-&nbsp;&nbsp; &nbsp;XLogInfoImpl.LIFE_CYCLE_CLASSIFIER(event)<br /><br />If you know that your plug-in relies on assumptions as mentioned above, please change your plug-in accordingly. <br /><br />Finally, please note that at 12:30 we have another ProM lunch today. Dirk Fahland will introduce us to the way he has his plug-ins tested by the Hudson server.<br /><br />Cheers,<br /><br />Eric.<br />]]></description>
   </item>
   <item>
      <title>[ProM-developers] New version of ProM framework: Update build path!</title>
      <link>http://www.win.tue.nl/promforum/discussion/94/prom-developers-new-version-of-prom-framework-update-build-path</link>
      <pubDate>Thu, 31 Mar 2011 07:48:42 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">94@/promforum/discussions</guid>
      <description><![CDATA[<br /><br /><p class="MsoNormal"><i>Eric Verbeek just send this message on the ProM Developers mailing list:</i><br /></p><p class="MsoNormal">Dear all,</p><br /><br /><br /><br /><p class="MsoNormal">I’ve just released a new version of the ProM framework, one<br />that contains functionality to export Petri nets, transitions system, …<br />(directed graphs, in general) to different output formats (eps, pdf, …). This<br />new functionality needs a number of new external jar files. Hence, if you<br />update your package, you will have to update your build path accordingly (in<br />the stdlib folder there will be some new jar files, please add them to the<br />build path).</p><br /><br /><br /><br /><p class="MsoNormal"><span lang="NL">Cheers,</span></p><br /><br /><p class="MsoNormal"><span lang="NL">Eric.</span></p><br /><br />]]></description>
   </item>
   <item>
      <title>Alpha Algorithm</title>
      <link>http://www.win.tue.nl/promforum/discussion/66/alpha-algorithm</link>
      <pubDate>Tue, 08 Feb 2011 01:42:19 -0500</pubDate>
      <dc:creator>Mousavi</dc:creator>
      <guid isPermaLink="false">66@/promforum/discussions</guid>
      <description><![CDATA[<p>Dear friends,</p><br /><p>Are&nbsp;there any extensions or versions of alpha algorithm that work without the assumotion of completeness ?</p><br /><p>With best regards </p><br /><p>Mousavi</p><br /><p><i>Update Joos: moved to correct category and removed 'announcement' status</i><br /></p>]]></description>
   </item>
   <item>
      <title>[ProM-developers] Links</title>
      <link>http://www.win.tue.nl/promforum/discussion/60/prom-developers-links</link>
      <pubDate>Tue, 01 Feb 2011 03:04:59 -0500</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">60@/promforum/discussions</guid>
      <description><![CDATA[<i>Eric Verbeek send the following message on the ProM Developers mailing list this morning:</i><br /><br />Dear all,<br /><br />As from now on, please use the new ProM 6 SVN repository, which is located at <a href="https://svn.win.tue.nl/repos/prom" target="_blank" rel="nofollow">https://svn.win.tue.nl/repos/prom</a> . As with the old repository, the new repository also comes with a trac site, which can be found at <a href="https://svn.win.tue.nl/trac/prom" target="_blank" rel="nofollow">https://svn.win.tue.nl/trac/prom</a> . Note, however, that there is still an issue with creating tickets on the new trac site. BCF still needs to solve this.<br /><br />Furthermore, the new Hudson server (<a href="http://svishudson.win.tue.nl:8080" target="_blank" rel="nofollow">http://svishudson.win.tue.nl:8080</a>) is now operational. This server checks the new repository for changes, and will perform builds whenever necessary. As mentioned yesterday, we now have two classes of packages: stable packages and non-stable packages. Whenever a change is detected in a non-stable package, a build will be performed on the package, and any errors will be communicated to the author of the change. Whenever a change is detected in a stable package, builds will be performed for the package and any downstream package (that is, any package that uses the package in its packagelib folder). Again, any errors will be communicated to the author of the change, and it’s the responsibility of this author to fix any problems (which includes problems in downstream packages). Note that we assume that stable package are free of errors themselves, hence, the error in a downstream package should be caused by the upstream change. If you think your non-stable package has become stable now, please let me know so we can change its status. <br /><br />For the Hudson server to communicate the errors to the authors, it is important that you register your SVN account on the server. To do so, please go to the server, select the “Sign up” link in the upper right corner, provide your credentials, and select the “Sign up” button. Please provide the same username as you have in the SVN repository, and provide a valid e-mail address. Errors will be communicated by the server to the e-mail address provided, so this is kind of important.<br /><br />Finally, let me know if you think you lack credentials anywhere in the repository, trac, or Hudson. Almost everything can be fixed, as long as we’re aware of it.<br /><br />Cheers,<br /><br />Eric.<br /><br /><i>Update Joos: corrected link to Hudson server</i><br />]]></description>
   </item>
   <item>
      <title>help</title>
      <link>http://www.win.tue.nl/promforum/discussion/59/help</link>
      <pubDate>Sun, 30 Jan 2011 11:24:02 -0500</pubDate>
      <dc:creator>Mousavi</dc:creator>
      <guid isPermaLink="false">59@/promforum/discussions</guid>
      <description><![CDATA[Dear friends,<br />how can I read answer of my questions&nbsp;? when I click on the label of the answer I see a message that I ]]></description>
   </item>
   <item>
      <title>[ProM-developers] Moving models into packages</title>
      <link>http://www.win.tue.nl/promforum/discussion/32/prom-developers-moving-models-into-packages</link>
      <pubDate>Tue, 07 Dec 2010 09:08:35 -0500</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">32@/promforum/discussions</guid>
      <description><![CDATA[<i>Eric Verbeek just send this message to the ProM-Developers mailing list:</i><br /><br />Dear all,<br /><br />In the next few days, we will copy the various models (Petri nets, transition systems, fuzzy models, EPCs, …) into separate packages. While doing so, we will update the dependencies in the repositories. Nevertheless, there could be ‘ glitches’, please let us know when you detect such a glitch, so we can fit it.<br /><br />After everything has been copied, we will start removing the corresponding sources from the models project. In this stage, you might have to add jar files of other packages into your packagelib folders, as the support for these models will have been removed from the models project. <br /><br />Until further notice, please do not make changes to the models (or accept the fact that you might have to redo your changes, of course).<br /><br />Kind regards,<br /><br />Eric. ]]></description>
   </item>
   <item>
      <title>[ProM-developers] Conversion to mxml</title>
      <link>http://www.win.tue.nl/promforum/discussion/26/prom-developers-conversion-to-mxml</link>
      <pubDate>Fri, 05 Nov 2010 08:51:36 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">26@/promforum/discussions</guid>
      <description><![CDATA[<br /><br /><p class="MsoPlainText"><i>On Friday 5-11-2010, 10:03 CET the following message was posted on the prom developers</i> mailinglist:<br /></p><p class="MsoPlainText">Good Morning Doctors,</p><br /><br /><p class="MsoPlainText">&nbsp;</p><br /><br /><p class="MsoPlainText">I am an italian student of Politecnico of Torino<br />(Management Engineering).</p><br /><br /><p class="MsoPlainText">I need your help for a conversion of a file Access to a<br />log file for ProM 5.2.</p><br /><br /><p class="MsoPlainText">First, let me explain why : I am doing a relation about<br />your software ProM and the ideas and purposes inside the software (why exists<br />and why you create it...) ; a main part of this relation, which is in fact a<br />short thesis, consists in an application of the software with a simple example<br />and a simple database: a comparison between results with proM and other way<br />results.</p><br /><br /><p class="MsoPlainText">So i need the software for a statistical analysis to<br />prove the accuracy of your software.</p><br /><br /><p class="MsoPlainText">&nbsp;</p><br /><br /><p class="MsoPlainText">I downloaded your proM import framework and i tried to<br />convert my file, but my knowledge of Java 'language' is very bad and i can't<br />solve errors.</p><br /><br /><p class="MsoPlainText">To go on, i need that someone could convert this file for<br />me.</p><br /><br /><p class="MsoPlainText">&nbsp;</p><br /><br /><p class="MsoPlainText">I ask you if it is possible to have a converted and<br />tested version of the file, please.</p><br /><br /><p class="MsoPlainText">&nbsp;</p><br /><br /><p class="MsoPlainText">I leave the file attached to this mail, if you gently<br />could help me.</p><br /><br /><p class="MsoPlainText">&nbsp;</p><br /><br /><p class="MsoPlainText">Best Wishes,</p><br /><br /><p class="MsoPlainText">&nbsp;</p><br /><br /><p class="MsoPlainText">Niccolò Milano</p><br /><br />]]></description>
   </item>
   <item>
      <title>[ProM-developers] Help for case studies for ProM</title>
      <link>http://www.win.tue.nl/promforum/discussion/25/prom-developers-help-for-case-studies-for-prom</link>
      <pubDate>Wed, 03 Nov 2010 10:15:56 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">25@/promforum/discussions</guid>
      <description><![CDATA[<br /><br /><p class="MsoNormal"><br />Vincenzo Madeo posted this message on the ProM developers mailing list on 3-11-2010 14:39 GMT+1 which might be interesting for you:<br /></p><p class="MsoNormal">Dear<br />all,<br /><br />I am a student and I am willing to use some analysis ProM plug-Ings (Process<br />Analysis and Performance) for my Master Thesis. <br /><br /><br /><br />My problem is that I need of case studies as real benchmark<br />datasets and I tried to find them from the web, as usual in data mining<br />context, but unfortunately there is no way I could find them.</p><br /><br /><p class="MsoNormal">Could<br />you tell me where I can find (If there are) the case studies for ProM?</p><br /><br /><br /><br /><p class="MsoNormal">Thank<br />you in advance<br /><br />Vincenzo Madeo</p><br /><br />]]></description>
   </item>
   <item>
      <title>Problems in Connection</title>
      <link>http://www.win.tue.nl/promforum/discussion/18/problems-in-connection</link>
      <pubDate>Fri, 27 Aug 2010 14:55:05 -0400</pubDate>
      <dc:creator>mendessp</dc:creator>
      <guid isPermaLink="false">18@/promforum/discussions</guid>
      <description><![CDATA[Links for developers are not avaliable, <br /><a href="http://prom.win.tue.nl:8000/Tracsites/wiki/" target="_blank" rel="nofollow">http://prom.win.tue.nl:8000/Tracsites/wiki/</a> This website focusses on ProM development and contains developer instructions, the latest source code and bug tickets.<br /><br />and can not find the tutorials on developing plugins]]></description>
   </item>
   <item>
      <title>Tip for user manual creation of plug-ins: use Wink</title>
      <link>http://www.win.tue.nl/promforum/discussion/13/tip-for-user-manual-creation-of-plug-ins-use-wink</link>
      <pubDate>Wed, 04 Aug 2010 05:36:19 -0400</pubDate>
      <dc:creator>JBuijs</dc:creator>
      <guid isPermaLink="false">13@/promforum/discussions</guid>
      <description><![CDATA[<span>Posted on behalf of JC, send to the ProM_Developers mailing list at 4-8-2010 11:28 (CET</span><br /><br />Dear ProM developers,<br /><br />Often, we find it difficult/tedious to write a good user manual&nbsp; for the plug-ins we create. You can consider using “Wink” (<a rel="nofollow" href="http://www.debugmode.com/wink/">http://www.debugmode.com/wink/</a>) to create compelling vignettes of your plug-in. <br /><br />Thanks and Kind Regards,<br />JC<br />R. P. Jagadeesh Chandra ‘JC’ Bose<br />HG 7.46<br />Department of Mathematics and Computer Science<br />University of Technology, Eindhoven (TU/e)<br />The Netherlands<br /><a rel="nofollow" href="http://www.win.tue.nl/%7Ejcbose">http://www.win.tue.nl/~jcbose</a><br /><br /><br /><br /><br /><br />]]></description>
   </item>
   </channel>
</rss>