<?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> - Development - ProM forum</title>
      <link>http://www.win.tue.nl/promforum/categories/ProM6-development/feed.rss</link>
      <pubDate>Wed, 19 Jun 13 14:17:57 -0400</pubDate>
         <description>- Development - ProM forum</description>
   <language>en-CA</language>
   <atom:link href="/promforum/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Quality Dimentions</title>
      <link>http://www.win.tue.nl/promforum/discussion/335/quality-dimentions</link>
      <pubDate>Sun, 09 Jun 2013 14:42:38 -0400</pubDate>
      <dc:creator>azaras</dc:creator>
      <guid isPermaLink="false">335@/promforum/discussions</guid>
      <description><![CDATA[<p>Hello Dear friends,</p><br /><div id="yui_3_7_2_1_1370802245109_2951">I have a problem in using Prom algorithms, Please help me that I can write my paper.</div><br /><div id="yui_3_7_2_1_1370802245109_3000">I want compute the Quality Dimensions values but I don't know what packages must use!!!!</div><br /><div id="yui_3_7_2_1_1370802245109_3001">such as appendix picture, I want obtain a table that contain fitness, simplicity, precision and generalization due to I use the compute fitness packages in Prom6 and calculate fitness but for other dimensions I don't know what I do? Please&nbsp;guide me that I can solve my problem.&nbsp;Please guide me step to step for computing this values.</div><br /><div>&nbsp;</div><br /><div id="yui_3_7_2_1_1370802245109_3003">also I have the other problem that I hope you help me.</div><br /><div id="yui_3_7_2_1_1370802245109_3027">I generate event log on one dataset by nitro and XESame softwares.</div><br /><div id="yui_3_7_2_1_1370802245109_3026">when I&nbsp;run heuristic model on generated event log by nitro and compute fitness I obtain 1 while I&nbsp;run heuristic model on generated event log by XESame and compute fitness, I obtain -2.49. also when I done this work for Genetic algorithm the obtained values are different?</div><br /><div>what is the problem that the fitness have high difference? the created model also have different but I select same attributes in generating event log.</div><br /><div id="yui_3_7_2_1_1370802245109_3024">please answer my questions&nbsp;dear friends.&nbsp;</div><br /><div id="yui_3_7_2_1_1370802245109_3004">&nbsp;</div><br /><div id="yui_3_7_2_1_1370802245109_3005">Thanks so much.</div><br /><p>&nbsp;</p>]]></description>
   </item>
   <item>
      <title>DecisionPointAnalysis - porting to ProM6</title>
      <link>http://www.win.tue.nl/promforum/discussion/333/decisionpointanalysis-porting-to-prom6</link>
      <pubDate>Sat, 18 May 2013 08:16:16 -0400</pubDate>
      <dc:creator>daniel_doboseru</dc:creator>
      <guid isPermaLink="false">333@/promforum/discussions</guid>
      <description><![CDATA[Hi,&nbsp;<div>I am currently working on my graduation project and trying to port the DecisionPointAnalysis plugin from ProM5.2 to ProM6, then enhance it by using additional classifiers (besides J48) and compare their results. I've downloaded the P5.2 source code and managed to understand the source code behind the plugin, and I observed that there are three key things which differ in the two versions:</div><div><br /></div><div>1) the Petrinets - they have different implementations</div><div>2) HLProcessModel - which is developed in P5.2 on top of Petrinet classes, and used <span style="text-decoration: underline;">extensively </span>throughout the plugin!</div><div>3) the Logs - P5.2 uses a quite simple log package (defined in org.processmining.framework.log.*) which is nowhere to be found in P6, which uses the XLog.</div><div><br /></div><div>My questions are:</div><div>1. Is there an implementation of the HLProcessModel (org.processmining.framework.models.hlprocess) in the new version? I have tried to import the original one, but is too dependent on others objects specific to P5.2</div><div>2. The XLog is the "official" logging mechanism in ProM6? or I can use the good old logs handlers from P5.2?</div><div><br /></div><div>Thank you in advance!</div><div><br /></div><div>Best regards, Daniel.</div>]]></description>
   </item>
   <item>
      <title>conversion plug in to ProM 6</title>
      <link>http://www.win.tue.nl/promforum/discussion/310/conversion-plug-in-to-prom-6</link>
      <pubDate>Mon, 10 Dec 2012 14:11:15 -0500</pubDate>
      <dc:creator>vincentgoossens</dc:creator>
      <guid isPermaLink="false">310@/promforum/discussions</guid>
      <description><![CDATA[Hello,&nbsp;<div><br /></div><div>i'm currently working on an assignment to convert the basic performance analysis plug to be compatible with ProM 6.&nbsp;<span>But i'm really struggling to get started with the conversion, is there anyone who knows what are the main things that need to be changed to convert a plug in from ProM 5 to ProM 6 or a good plug in that is converted which i can use as an example.</span></div><div><span><br /></span></div><div><span>Kind regards, Vincent</span></div>]]></description>
   </item>
   <item>
      <title>OutOfMemory when importing an XES file in default/buffered mode</title>
      <link>http://www.win.tue.nl/promforum/discussion/328/outofmemory-when-importing-an-xes-file-in-defaultbuffered-mode</link>
      <pubDate>Thu, 07 Mar 2013 07:11:36 -0500</pubDate>
      <dc:creator>thobai</dc:creator>
      <guid isPermaLink="false">328@/promforum/discussions</guid>
      <description><![CDATA[Hi everyone,<br /><br />I've got a memory problem when importing a 285 MB XES log file. When importing the file with the default mode I get the exception "OutOfMemoryError: Map failed". Using the native mode I can import the file without a problem but depending on what I do I get the exception "OutOfMemoryError: Java heap space" during plugin execution. I attached both error messages in full length.<br /><br />I'm working on my own package having the latest ProM libraries from the SVN. I have a 32-bit system with 4 GB of physical RAM installed (i.e. about 3 GB accessible RAM). I have put the JVM Xmx-Flag to 1400MB and I cannot increase it anymore because I get an error otherwise as it is not possible to allocate more memory. <br /><br />Any ideas what I could do to get around that?<br /><br />Best regards,<br />Thomas<br /><br /><br /><br />]]></description>
   </item>
   <item>
      <title>Web-services for ProM</title>
      <link>http://www.win.tue.nl/promforum/discussion/323/web-services-for-prom</link>
      <pubDate>Thu, 14 Feb 2013 08:42:24 -0500</pubDate>
      <dc:creator>DSeratila</dc:creator>
      <guid isPermaLink="false">323@/promforum/discussions</guid>
      <description><![CDATA[Hi!<br /><br />I'm trying to understand how to expose, for instance, AlphaMiner functionality to a Web-service. My first step is trying to understand how plugins work with logs. To do so i need to gebug ProM. After debugging(with UITopia) i see that when i run AlphaMiner, jar file is used from \.ProM\packages\alphaminer-6.1.96\AlphaMiner.jar. The question is how can debug, for example, AlphaMiner, to see step-by-step plug-n compiling.<br /><br />Links, i used: <br /><a href="http://www.java-forums.org/blogs/web-service/1145-how-create-java-web-service.html" target="_blank" rel="nofollow">http://www.java-forums.org/blogs/web-service/1145-how-create-java-web-service.html</a><br /><br />Also would appretiate any suggestions/explanation on creating web-service for ProM.<br />]]></description>
   </item>
   <item>
      <title>Graph visualization in ProM</title>
      <link>http://www.win.tue.nl/promforum/discussion/296/graph-visualization-in-prom</link>
      <pubDate>Thu, 20 Sep 2012 09:22:21 -0400</pubDate>
      <dc:creator>RubenS</dc:creator>
      <guid isPermaLink="false">296@/promforum/discussions</guid>
      <description><![CDATA[Hi,<div><br /></div><div>I have a few questions about how ProM visualizes graphs. More specific how it deals with the edges and vertices.</div><div>I'm looking to create my own visualization for the HeuristicsMiner plugin. Just like most of the plugins,</div><div>current visualizations&nbsp;<span>use classes readily available in the framework to display a directed graph.</span></div><div>Some basic settings for the edges and vertices can be adjusted using the constants available in the AttributeMap class.</div><div>For example, edge color and width can easily be adjusted by passing values to the AttributeMap of the edge.</div><div><br /></div><div>What if, for example, I don't want my edges to be curved. What if I want them to be straight lines?</div><div>Properties like this aren't supported as far as I know.</div><div>If I really want this, is it up to me to write a completely new visualization package?</div><div><br /></div><div>Thanks in advance,</div><div>Ruben</div>]]></description>
   </item>
   <item>
      <title>ProM 6 Visualization with Swing Classes (JPanel, JSplitPaneetc.) Not Working</title>
      <link>http://www.win.tue.nl/promforum/discussion/279/prom-6-visualization-with-swing-classes-jpanel-jsplitpaneetc.-not-working</link>
      <pubDate>Mon, 30 Jul 2012 06:01:48 -0400</pubDate>
      <dc:creator>keith_low</dc:creator>
      <guid isPermaLink="false">279@/promforum/discussions</guid>
      <description><![CDATA[<span style="font-family: Arial, Verdana; font-size: small;">Hi,</span><div><br /></div><div>I'm working on a ProM plug-in, which uses JFreeGraph and a lot of other swing components such as JPanel/JSplitPane/JLabel etc. On my previous computer, the visualization works fine (I'm displaying a JSplitPane onto ProM), however, after I reformatted my computer, it doesn't display anything any more.</div><div><br /></div><div>Before I reformat my computer, I had committed all my workspace file onto the SVN, and re-download the project files after I reformat. However, everything works fine except the visualization. Nothing appeared in the visualization area, the "view resource" button isn't even click-able. I make use of a JFrame to portray my results on a pop-up message dialog and it worked fine.</div><div><br /></div><div>There's no error message appearing in the error log, so I'm not too sure where to start my troubleshooting. I would appreciate any help that I can get.</div><div><br /></div><div>Here's the section of the code that I used to display the visualization:</div><div><br /></div><div><div><span style="font-family: Arial, Verdana; font-size: small;"><a rel="nofollow" href="/promforum/profile/Plugin">@Plugin</a>(name = "Cost Visualization", parameterLabels = { "Cost Annotated Event Log" }, returnLabels = { "Graphical Cost Report" }, returnTypes = { JSplitPane.class }, userAccessible = true)</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><a rel="nofollow" href="/promforum/profile/UITopiaVariant">@UITopiaVariant</a>(uiLabel = "Cost Visualization", affiliation = UITopiaVariant.EHV, author = "Keith Low Wei Zhe", email = "weizhe_1990@hotmail.com")</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br /></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">public JSplitPane CreateCostPerResourceReport(PluginContext context, XLog log) {</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">	</span>GenerateResourceCostReport(context, log); //process the log and mine for the data</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br /></span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">	</span>return Display(CostReportPieChart2D());<span class="Apple-tab-span">	</span>//get the mined data and return an initial display</span></div><div><span style="font-family: Arial, Verdana; font-size: small;">}</span></div></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br /></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">Please let me know if anyone need more information. Thanks a lot in advance!</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br /></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">Cheers,</span></div><div><span style="font-family: Arial, Verdana; font-size: small;">Keith</span></div>]]></description>
   </item>
   <item>
      <title>Number of repeats of a trace in a log</title>
      <link>http://www.win.tue.nl/promforum/discussion/268/number-of-repeats-of-a-trace-in-a-log</link>
      <pubDate>Mon, 11 Jun 2012 15:30:27 -0400</pubDate>
      <dc:creator>Vlad</dc:creator>
      <guid isPermaLink="false">268@/promforum/discussions</guid>
      <description><![CDATA[Hi all,<div><br /></div><div><span class="Apple-tab-span">	</span>Can you please tell me if the ProM API provides some kind of functionality for find how many times a trace repeats in a log, and by these I am referring to the number of times a sequence of activities like (A,B,C,D) repeats.</div><div><br /></div><div><span class="Apple-tab-span">	</span>Thank you for your answers/</div>]]></description>
   </item>
   <item>
      <title>Frequency of event in log</title>
      <link>http://www.win.tue.nl/promforum/discussion/265/frequency-of-event-in-log</link>
      <pubDate>Thu, 31 May 2012 14:40:02 -0400</pubDate>
      <dc:creator>dianac</dc:creator>
      <guid isPermaLink="false">265@/promforum/discussions</guid>
      <description><![CDATA[Hi. Is there an API to compute the frequency of an event in a log ?<br /><br />Thanks<br />]]></description>
   </item>
   <item>
      <title>How to make a Visualizer in ProM 6?</title>
      <link>http://www.win.tue.nl/promforum/discussion/203/how-to-make-a-visualizer-in-prom-6</link>
      <pubDate>Thu, 08 Dec 2011 09:56:57 -0500</pubDate>
      <dc:creator>jaclaes</dc:creator>
      <guid isPermaLink="false">203@/promforum/discussions</guid>
      <description><![CDATA[Hi&nbsp;<div><br /></div><div>I want to make a plug-in which results in a colored BPMN-model.</div><div>- Are there already classes to represent a BPMN model?</div><div>- Is there already a visualizer for BPMN models?</div><div>- If not, how can I make my own BPMN model visualizer? I guess this is not documented: can it be easily explained in this forum? Are there good examples in ProM? Which classes can I use?</div><div><br /></div><div>(I already managed to make a simple visualizer which draws on a JPanel, but I'm hoping to be able to reuse classes for zooming, exporting, drawing nodes and edges, etc.or copy from other examples like Heuristic Miner (but for HM I do not really find the code to start from))</div><div><br /></div><div>Thanks!</div><div><br /></div><div>Jan</div>]]></description>
   </item>
   <item>
      <title>How to access mxml log information?</title>
      <link>http://www.win.tue.nl/promforum/discussion/261/how-to-access-mxml-log-information</link>
      <pubDate>Tue, 29 May 2012 11:11:09 -0400</pubDate>
      <dc:creator>dianac</dc:creator>
      <guid isPermaLink="false">261@/promforum/discussions</guid>
      <description><![CDATA[Hi all,<br /><br />I am just starting to work with ProM and maybe you could help me work with the log information.<br /><br />&lt;AuditTrailEntry&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;Data&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;attribute name="org:resource"&gt;1&lt;/attribute&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;attribute name="concept:name"&gt;aaa&lt;/attribute&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;attribute name="time:timestamp"&gt;2011-12-11T12:00:00+02:00&lt;/attribute&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/Data&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;WorkflowModelElement&gt;aaa&lt;/WorkflowModelElement&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;EventType&gt;complete&lt;/EventType&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;originator&gt;1&lt;/originator&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;timestamp&gt;2011-12-11T12:00:00.000+02:00&lt;/timestamp&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/AuditTrailEntry&gt;<br /><br />How could I access these elements ? The input for my plugin is an XLog object and it asks for the mxml log file.<br />]]></description>
   </item>
   <item>
      <title>New plugins - visualize output of process mining</title>
      <link>http://www.win.tue.nl/promforum/discussion/260/new-plugins-visualize-output-of-process-mining</link>
      <pubDate>Tue, 29 May 2012 10:46:23 -0400</pubDate>
      <dc:creator>dianac</dc:creator>
      <guid isPermaLink="false">260@/promforum/discussions</guid>
      <description><![CDATA[Hi all,<br /><br />I would like to ask you whether there is some documentation of how you could store your process models. I have found some interfaces for DirectedGraph/Node/Edge and would like to use them. Are there so predefined Visualizers for the results of a DirectedGraph?<br /><br />Are there any standards of how to develop your plugin ? If you would like to use type defined in other plugins do you need to checkout the source code of those ? Or is there a location in which you can find just the latest builds ?<br /><br />Thanks,<br />Diana<br />]]></description>
   </item>
   <item>
      <title>Adding a new Plugin</title>
      <link>http://www.win.tue.nl/promforum/discussion/244/adding-a-new-plugin</link>
      <pubDate>Fri, 30 Mar 2012 07:21:26 -0400</pubDate>
      <dc:creator>Assma</dc:creator>
      <guid isPermaLink="false">244@/promforum/discussions</guid>
      <description><![CDATA[<span style="font-family: Arial, Verdana;">Hello,&nbsp;</span><div>I'm a new developper in ProM.&nbsp;</div><div>I begin by installing it.&nbsp;</div><div>I want to know how to add a new plugin in ProM. So, I tried to learn the tutorial&nbsp;<span>(</span><a href="http://prom.win.tue.nl:8000/Tracsites/browser/public/ProM/Documentation/How%20to%20become%20a%20ProM%20developer.pdf?format=raw" target="_blank" rel="nofollow">http://prom.win.tue.nl:8000/Tracsites/browser/public/ProM/Documentation/How to become a ProM developer.pdf?format=raw</a><span>).</span></div><div><span><br /></span></div><div><span>But, I have build path problems ( could not find the main class&nbsp;</span><span>&nbsp;</span><span>org/processmining/contexts/gui/GUI ).</span></div><div><span><br /></span></div><div><span>What shall I do?&nbsp;</span></div><div><span><br /></span></div><div><span>Thanks for your help!</span><br /><br /><span>Best Regards</span></div>]]></description>
   </item>
   <item>
      <title>which package is used for saving  petrinet models into images</title>
      <link>http://www.win.tue.nl/promforum/discussion/239/which-package-is-used-for-saving-petrinet-models-into-images</link>
      <pubDate>Sat, 24 Mar 2012 01:31:55 -0400</pubDate>
      <dc:creator>Wan</dc:creator>
      <guid isPermaLink="false">239@/promforum/discussions</guid>
      <description><![CDATA[<p><strong>Hi everyone!</strong></p><br /><p><strong>I'm writing a tool with some of the packages in ProM6.&nbsp; Now I want to save the petrinet model </strong><strong>into .png files, but I can't find the exactly packages and classes. </strong><strong>I know&nbsp;that this function&nbsp;was&nbsp;</strong><strong>writen in&nbsp;class Petrinet in ProM5. Who can help me which class is this function in now?</strong></p>]]></description>
   </item>
   <item>
      <title>Bug in LTL Checker in ProM 6.1?</title>
      <link>http://www.win.tue.nl/promforum/discussion/236/bug-in-ltl-checker-in-prom-6.1</link>
      <pubDate>Wed, 14 Mar 2012 09:30:24 -0400</pubDate>
      <dc:creator>Isabel</dc:creator>
      <guid isPermaLink="false">236@/promforum/discussions</guid>
      <description><![CDATA[Hello,<div><br /></div><div>I have found that it is not possible to access instance (trace) attributes with the LTL Checker in ProM 6.1:</div><div>java.lang.ClassCastException:org.deckfour.xes.model.impl.XAttributeLiteralImpl cannot be cast to java.lang.String</div><div><br /></div><div>The instance attributes are specified in a MXML event log, probably that is why? Same log and same LTL rule work just fine using ProM 5.2.</div><div><br /></div><div>I attach the simple LTL rule (ltl.txt) and give an event log with two example instances (mxml.txt). I was not allowed to upload files ending with .XML and .LTL ;)</div><div><br /></div><div>It is fine for me to just use ProM 5.2, but I thought you nevertheless might want to resolve this issue :)</div><div><br /></div><div>Best wishes,</div><div>Isabel</div>]]></description>
   </item>
   <item>
      <title>no read XEvent</title>
      <link>http://www.win.tue.nl/promforum/discussion/231/no-read-xevent</link>
      <pubDate>Thu, 01 Mar 2012 14:40:53 -0500</pubDate>
      <dc:creator>benfy85</dc:creator>
      <guid isPermaLink="false">231@/promforum/discussions</guid>
      <description><![CDATA[<span style="font-family: Arial, Verdana; font-size: small;">Hi all,</span><div><span style="font-family: Arial, Verdana; font-size: small;">I have a new problem..&nbsp;</span></div><div><span style="font-family: Arial, Verdana; font-size: small;">I used this code to find the name of the event XEvent, I just do not return the name of the event, I do not return anything.<br />What is wrong?</span></div><div><span style="font-family: Arial, Verdana; font-size: small;">Thank you!</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br /></span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br /></span><div><span style="font-family: Arial, Verdana; font-size: small;">for(XEvent event:trace2) {</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">	</span>try {<span class="Apple-tab-span">	</span></span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">		</span>XExtendedEvent extendedEvent2 = XExtendedEvent.wrap(event);</span><span>&nbsp;</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">		</span>String eventName2 = extendedEvent2.getName();</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">		</span>Date timestamp2 = extendedEvent2.getTimestamp();</span></div><div><span class="Apple-tab-span"><span style="font-family: Arial, Verdana; font-size: small;">	</span> </span>&nbsp; &nbsp; &nbsp;<span>}catch (Exception e) {&nbsp;</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">			</span>System.out.printf("Error into trace 2");</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">	</span>&nbsp; &nbsp; &nbsp; }</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><span class="Apple-tab-span">	</span>}</span></div></div>]]></description>
   </item>
   <item>
      <title>ProM 6 source code ?</title>
      <link>http://www.win.tue.nl/promforum/discussion/212/prom-6-source-code-</link>
      <pubDate>Tue, 27 Dec 2011 11:27:52 -0500</pubDate>
      <dc:creator>dianac</dc:creator>
      <guid isPermaLink="false">212@/promforum/discussions</guid>
      <description><![CDATA[Hi all,<br /><br />Can you tell me where the ProM 6 code is available ? I see that on sourceforge only the binaries are available.<br /><br />Thanks,<br /><br />]]></description>
   </item>
   <item>
      <title>Problem to get ProM to run from source in eclipse</title>
      <link>http://www.win.tue.nl/promforum/discussion/161/problem-to-get-prom-to-run-from-source-in-eclipse</link>
      <pubDate>Mon, 12 Sep 2011 15:56:20 -0400</pubDate>
      <dc:creator>salomaosm</dc:creator>
      <guid isPermaLink="false">161@/promforum/discussions</guid>
      <description><![CDATA[Hi all!<br /><br />I’ve just downloaded ProM from the repository. I used the tutorials <a href="https://svn.win.tue.nl/trac/prom/wiki/setup/CheckingOutPromUsingSubclipse" target="_blank" rel="nofollow">https://svn.win.tue.nl/trac/prom/wiki/setup/CheckingOutPromUsingSubclipse</a> and <a href="https://svn.win.tue.nl/trac/prom/wiki/setup/RunningProM" target="_blank" rel="nofollow">https://svn.win.tue.nl/trac/prom/wiki/setup/RunningProM</a> to check out and to run the ProM.<br /><br />There are no errors in the workspace. However, when I try to get ProM to run, using “ProM with UITopia” run configuration, the User Interface did not get visible. I tried to debug in order to find the problem and I realized that the program got stuck in the loop “while (!installed.isEmpty()) {” at line 280 in the class “org.processmining.framework.packages.PackageManager.java”. So I tried changing the “while” to an “if” statement. The user interface then got visible, but many exceptions were thrown and the ProM framework appears not working well.<br /><br />Could someone help me to fix that problem ? Thanks in advance.<br /><br />Regards,<br />Salomao Madeiro<br />]]></description>
   </item>
   <item>
      <title>Export graph image when using command line</title>
      <link>http://www.win.tue.nl/promforum/discussion/211/export-graph-image-when-using-command-line</link>
      <pubDate>Fri, 23 Dec 2011 08:25:54 -0500</pubDate>
      <dc:creator>Michel</dc:creator>
      <guid isPermaLink="false">211@/promforum/discussions</guid>
      <description><![CDATA[<p>Hey,</p><br /><p>For my master thesis project&nbsp;I have created a plug-in for ProM 6 that mines&nbsp;a&nbsp;log, resulting in a graph which extends an AbstractDirectedGraph, which is then visualized in ProM. The plug-in itself is working fine.</p><br /><p>However, the idea now is that the plug-in&nbsp;should also be&nbsp;able to run through command line, which (for the&nbsp;mining part) it does. But, I would also like to output an image of the graph&nbsp;to disk (in any (common) format) when running it through the command line.</p><br /><p>So my question is: Does anyone know if there is a way to export a graph to disk (as an image) without using the GUI of ProM?</p><br /><p>Regards,<br />Michel</p>]]></description>
   </item>
   <item>
      <title>How to build ProM plug-ins with source?</title>
      <link>http://www.win.tue.nl/promforum/discussion/213/how-to-build-prom-plug-ins-with-source</link>
      <pubDate>Tue, 27 Dec 2011 18:27:51 -0500</pubDate>
      <dc:creator>Franklyn</dc:creator>
      <guid isPermaLink="false">213@/promforum/discussions</guid>
      <description><![CDATA[Hello there:<br />I am new to ProM and I have a question:<br />I want to get a close eye on the plug-in algorithm. Then build the ProM project with plug-in source seems to be a good choice. However, I do not know how to do that. Should I just check out the plug-ins in <a href="https://svn.win.tue.nl/repos/prom/Packages" target="_blank" rel="nofollow">https://svn.win.tue.nl/repos/prom/Packages</a> (for example:the AlphaMiner), or should I check out framework first and then check out the plug-ins?<br />If I need to check out framework first, what exactly should I do to make a plug-in source as a part of this framework project, <br />Thanks in advance..<br /><br />Regrads, <br />PL<br />]]></description>
   </item>
   <item>
      <title>Developing some GUI for my plugin</title>
      <link>http://www.win.tue.nl/promforum/discussion/215/developing-some-gui-for-my-plugin</link>
      <pubDate>Mon, 02 Jan 2012 11:40:31 -0500</pubDate>
      <dc:creator>pcoder</dc:creator>
      <guid isPermaLink="false">215@/promforum/discussions</guid>
      <description><![CDATA[Hi,<div><br /></div><div>Where can I get proper documentation of the GUI classes? I would like to have some configuration screens for the plugin, and I am struggling to understand the library.</div><div><br /></div><div>Thanks in advance :)</div>]]></description>
   </item>
   <item>
      <title>Import XSL/XSLT files into ProM</title>
      <link>http://www.win.tue.nl/promforum/discussion/169/import-xslxslt-files-into-prom</link>
      <pubDate>Sun, 02 Oct 2011 21:29:47 -0400</pubDate>
      <dc:creator>keith_low</dc:creator>
      <guid isPermaLink="false">169@/promforum/discussions</guid>
      <description><![CDATA[Hi,<div><br /></div><div>Are there any pre-defined import plugin that accepts XSL/XSLT files into ProM? If yes, where can I find it? If not, are there any alternatives to solve this (do I need to create an import plugin of my own)?</div><div><br /></div><div>Thank you.</div><div><br /></div><div>Cheers,</div><div>Keith</div>]]></description>
   </item>
   <item>
      <title>Optional ProM Input</title>
      <link>http://www.win.tue.nl/promforum/discussion/172/optional-prom-input</link>
      <pubDate>Wed, 26 Oct 2011 01:32:53 -0400</pubDate>
      <dc:creator>keith_low</dc:creator>
      <guid isPermaLink="false">172@/promforum/discussions</guid>
      <description><![CDATA[Hi,<div><br /></div><div>I would like to know if there's an option to allow optional input for the ProM plugin. Lets say I have a plugin that requires 4 inputs (A,B,C, and D), I wanted to make the first two mandatory, whereas the last two optional. I'd like to be able to choose to input either AB, ABC, ABD, or ABCD.</div><div><br /></div><div>I wonder if ProM has any option to do so? Or do I need to create 4 plugins to cater for all the possibilities?</div><div><br /></div><div>Thanks for your help in advance!</div><div><br /></div><div>Cheers,</div><div>Keith<br /><br /><span style="font-size: xx-small;">Edit Joos Buijs: changed category</span><br /></div>]]></description>
   </item>
   <item>
      <title>Error in lauching ProM using Eclipse</title>
      <link>http://www.win.tue.nl/promforum/discussion/166/error-in-lauching-prom-using-eclipse</link>
      <pubDate>Tue, 27 Sep 2011 03:09:54 -0400</pubDate>
      <dc:creator>keith_low</dc:creator>
      <guid isPermaLink="false">166@/promforum/discussions</guid>
      <description><![CDATA[Hi,<div><br /></div><div>I tried running ProM 6.0 UITopia using Eclipse, and it gave me this error:</div><div><br /></div><div><div>Exception in thread "main" java.lang.reflect.InvocationTargetException</div><div><span class="Apple-tab-span">	</span>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div><span class="Apple-tab-span">	</span>at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)</div><div><span class="Apple-tab-span">	</span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)</div><div><span class="Apple-tab-span">	</span>at java.lang.reflect.Method.invoke(Unknown Source)</div><div><span class="Apple-tab-span">	</span>at org.processmining.framework.boot.Boot.boot(Boot.java:240)</div><div><span class="Apple-tab-span">	</span>at org.processmining.framework.boot.Boot.boot(Boot.java:207)</div><div><span class="Apple-tab-span">	</span>at org.processmining.contexts.uitopia.UI.main(UI.java:69)</div><div>Caused by: java.lang.IncompatibleClassChangeError: org.processmining.models.graphbased.directed.petrinet.analysis.NetAnalysisInformation and org.processmining.models.graphbased.directed.petrinet.analysis.NetAnalysisInformation$RELAXEDSOUND disagree on InnerClasses attribute</div><div><span class="Apple-tab-span">	</span>at java.lang.Class.getDeclaringClass(Native Method)</div><div><span class="Apple-tab-span">	</span>at java.lang.Class.getEnclosingClass(Unknown Source)</div><div><span class="Apple-tab-span">	</span>at java.lang.Class.getSimpleBinaryName(Unknown Source)</div><div><span class="Apple-tab-span">	</span>at java.lang.Class.getSimpleName(Unknown Source)</div><div><span class="Apple-tab-span">	</span>at org.processmining.contexts.uitopia.model.ProMResourceType.&lt;init&gt;(ProMResourceType.java:85)</div><div><span class="Apple-tab-span">	</span>at org.processmining.contexts.uitopia.hub.ProMResourceManager.addType(ProMResourceManager.java:122)</div><div><span class="Apple-tab-span">	</span>at org.processmining.contexts.uitopia.hub.ProMResourceManager.&lt;init&gt;(ProMResourceManager.java:92)</div><div><span class="Apple-tab-span">	</span>at org.processmining.contexts.uitopia.hub.ProMResourceManager.initialize(ProMResourceManager.java:127)</div><div><span class="Apple-tab-span">	</span>at org.processmining.contexts.uitopia.UIContext.initialize(UIContext.java:41)</div><div><span class="Apple-tab-span">	</span>at org.processmining.contexts.uitopia.UI.main(UI.java:31)</div><div><span class="Apple-tab-span">	</span>... 7 more</div></div><div><br /></div><div>I would appreciate some help if anyone could explain to me what this error is about, and how do I solve it? Thank you for your help!<br /><br /><span style="font-size: xx-small;">Edit Joos: Changed category</span><br /></div>]]></description>
   </item>
   <item>
      <title>How to use an image on a button</title>
      <link>http://www.win.tue.nl/promforum/discussion/164/how-to-use-an-image-on-a-button</link>
      <pubDate>Wed, 21 Sep 2011 04:26:58 -0400</pubDate>
      <dc:creator>jaclaes</dc:creator>
      <guid isPermaLink="false">164@/promforum/discussions</guid>
      <description><![CDATA[Hi<div><br /></div><div>I would like to create a button with only an icon on it. I've made icons and have put them in the folder of my java files. But how can I use it on buttons?&nbsp;</div><div><br /></div><div>This is my code</div><div><span class="Apple-tab-span">	</span>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<span class="Apple-style-span" style="font-family: 'Courier New';">JButton b =&nbsp;newButton(new ImageIcon("up.jpg"),"move down");</span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-tab-span">	</span>...</span></div><div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-tab-span">	</span>protected JButton newButton(ImageIcon icon, String tooltip) {</span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-tab-span">		</span>JButton b = new SlickerButton(icon);</span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-tab-span">		</span>b.setToolTipText(tooltip);</span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-tab-span">		</span>b.setForeground(new Color(40, 40, 40));</span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-tab-span">		</span>return b;</span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-tab-span">	</span>}</span></div></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-style-span">There is no error (not at compile time, not at runtime), but I get an empty button.&nbsp;</span></span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-style-span"><br /></span></span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-style-span">I've also tried different paths to the image, but with no success</span></span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-style-span">- /LogMerge/src/org/processmining/plugins/logmerge/rulebasedmerger/up.jpg</span></span></div><div><span class="Apple-style-span" style="font-family: 'Courier New';"><span class="Apple-style-span">-&nbsp;</span></span>LogMerge/src/org/processmining/plugins/logmerge/rulebasedmerger/up.jpg</div><div>- src/org/processmining/plugins/logmerge/rulebasedmerger/up.jpg</div><div>- logmerge/rulebasedmerger/up.jpg</div><div>- rulebasedmerger/up.jpg</div><div>- up.jpg</div><div><br /></div><div>I've also tried the same stuff with JButton instead of SlickerButton, but with no success.</div><div><br /></div><div>Any suggestions?</div><div><br /></div><div>Jan Claes</div><div>Ghent University, Belgium</div><div><a href="http://processmining.ugent.be" target="_blank" rel="nofollow">http://processmining.ugent.be</a></div><div><br /></div>]]></description>
   </item>
   <item>
      <title>Heuristic Miner &amp; Fitness</title>
      <link>http://www.win.tue.nl/promforum/discussion/162/heuristic-miner-fitness</link>
      <pubDate>Fri, 16 Sep 2011 10:46:46 -0400</pubDate>
      <dc:creator>alfuente</dc:creator>
      <guid isPermaLink="false">162@/promforum/discussions</guid>
      <description><![CDATA[I need to calculate the fitness from a Heuristic Net. I have find some references of fitness classes in the Heuristic Miner Package, but no plugin seems to use this code. Any help is&nbsp;appreciate.<div><br /></div><div>Best regards</div><div><br /></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Alejandro Fuentes-delaHoz<br /><br /><span style="font-size: xx-small;">Edit Joos Buijs: moved to correct category</span><br /></div>]]></description>
   </item>
   <item>
      <title>can not launch ProM UITopia</title>
      <link>http://www.win.tue.nl/promforum/discussion/147/can-not-launch-prom-uitopia</link>
      <pubDate>Fri, 05 Aug 2011 09:14:38 -0400</pubDate>
      <dc:creator>mounira</dc:creator>
      <guid isPermaLink="false">147@/promforum/discussions</guid>
      <description><![CDATA[Hi,<div>I followed all steps explained i chage SVN repository ...</div><div>But when i want to launch ProM with UITopia an error message is: org.processmining.contexts.UITopia.UI not found but it's there.</div><div>Help me please.</div>]]></description>
   </item>
   <item>
      <title>Error in running UITopia(SocialNetwork)</title>
      <link>http://www.win.tue.nl/promforum/discussion/133/error-in-running-uitopiasocialnetwork</link>
      <pubDate>Sun, 17 Jul 2011 03:30:57 -0400</pubDate>
      <dc:creator>Mousavi</dc:creator>
      <guid isPermaLink="false">133@/promforum/discussions</guid>
      <description><![CDATA[<p>Hi friends,</p><br /><p>I checked out SocialNetwork, and run buld.xml as an ant biuld file,the jar file was created and I add it to classpath file like below:</p><br /><p>&lt;classpathentry kind="lib" path="stdlib/ProM-Models/ProM-Models.jar"/&gt;<br />&nbsp;&lt;classpathentry kind="lib" path="stdlib/ProM-Plugins/ProM-Plugins.jar"/&gt;<br />&nbsp;&lt;classpathentry kind="output" path="bin"/&gt;<br />&nbsp;&lt;classpathentry kind="lib" path="packagelib/SocialNetwork.jar"/&gt;<br />&nbsp;&lt;classpathentry kind="lib" path="packagelib/SocialNetwork-20100727.jar"/&gt;<br />&lt;/classpath&gt;</p><br /><p>, and restart my system and after that I run&nbsp; Prom with UITopia(SocialNetwork) ,but unfortunately the below error appeared :</p><br /><p><em>launch configuration ProM with&nbsp; UITopia(SocialNetwork) references non-exicting project SocialNetwork.</em></p><br /><p>please help me , what can I do ?</p><br /><p>Thanks alot </p><br /><p>Tahereh</p><br /><p>&nbsp;</p>]]></description>
   </item>
   <item>
      <title>Extract Log Name</title>
      <link>http://www.win.tue.nl/promforum/discussion/135/extract-log-name</link>
      <pubDate>Mon, 18 Jul 2011 22:13:34 -0400</pubDate>
      <dc:creator>keith_low</dc:creator>
      <guid isPermaLink="false">135@/promforum/discussions</guid>
      <description><![CDATA[Hi all,<div><br /></div><div>How can I extract the name of the log as defined in the event log? For example, I wanted to extract the name "repairExample.xes" (or better, "repairExample", without the .xes extension) from the line &lt;string key="concept:name" value="repairExample.xes"/&gt; inside the log.</div><div><br /></div><div>I've tried</div><div><br /></div><div>String strLogName =&nbsp;xceConceptExt.extractName(log);</div><div><br /></div><div>but it returns me "repairExample_Filtered.xes" (the name of the file I named on my computer), instead of&nbsp;"repairExample.xes". Is there any other way to extract the value of the key "concept:name" in the event log?</div><div><br /></div><div>Thanks in advance.</div>]]></description>
   </item>
   <item>
      <title>Problem getting ProM to run from source</title>
      <link>http://www.win.tue.nl/promforum/discussion/136/problem-getting-prom-to-run-from-source</link>
      <pubDate>Thu, 21 Jul 2011 12:10:04 -0400</pubDate>
      <dc:creator>gandziej</dc:creator>
      <guid isPermaLink="false">136@/promforum/discussions</guid>
      <description><![CDATA[Hi all,<br /><br />First of all, I'm afraid that some of the links mentioned in this thread: <a href="http://www.win.tue.nl/promforum/discussion/12/where-to-find-whats" target="_blank" rel="nofollow">http://www.win.tue.nl/promforum/discussion/12/where-to-find-whats</a> are out-of-date. For instance, I believe the site document <a href="http://prom.win.tue.nl:8000/Tracsites/wiki/setup/CheckingOutPromUsingSubclipse" target="_blank" rel="nofollow">http://prom.win.tue.nl:8000/Tracsites/wiki/setup/CheckingOutPromUsingSubclipse</a> refers to the old repository and it says to checkout the  "Plugins/trunk" folder.<br /><br />My problem is that after following this tutorial: <a href="https://svn.win.tue.nl/trac/prom/wiki/setup/CheckingOutPromUsingSubclipse" target="_blank" rel="nofollow">https://svn.win.tue.nl/trac/prom/wiki/setup/CheckingOutPromUsingSubclipse</a> and trying to run ProM, I get this confusing message saying:<br />Archive for required library: 'lib/Licenses.txt' in project 'ProM' cannot be read or is not a valid ZIP file&nbsp;&nbsp;&nbsp; ProM&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Build path&nbsp;&nbsp;&nbsp; Build Path Problem<br /><br />What's more, when I try to run ProM with UITopia I get the following:<br />java.lang.NoClassDefFoundError: org/processmining/contexts/uitopia/UI<br />Caused by: java.lang.ClassNotFoundException: org.processmining.contexts.uitopia.UI<br />&nbsp;&nbsp;&nbsp; at java.net.URLClassLoader$1.run(Unknown Source)<br />&nbsp;&nbsp;&nbsp; at java.security.AccessController.doPrivileged(Native Method)<br />&nbsp;&nbsp;&nbsp; at java.net.URLClassLoader.findClass(Unknown Source)<br />&nbsp;&nbsp;&nbsp; at java.lang.ClassLoader.loadClass(Unknown Source)<br />&nbsp;&nbsp;&nbsp; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)<br />&nbsp;&nbsp;&nbsp; at java.lang.ClassLoader.loadClass(Unknown Source),<br /><br />though I want to believe that this error is a result of the previous one.<br /><br />Anyway, it's good to be on board :)<br /><br />Have a nice day,<br />Andrzej<br />]]></description>
   </item>
   </channel>
</rss>