ProM Package Documentation: KeyValue

 

This post has 142 words. Reading it will take less than one minute.

VN:F [1.9.17_1161]
Rating: 0.0/5 (0 votes cast)

This documentation is much more boring than my documentation for CPNet.  It’s probably still marginally useful, though.  Here’s how to use unstructured log data in ProM 6.1.  This is basically a simplified version of XESame and Nitro, but more aimed at programmers than at end-users.  This package contains a couple simple demonstration plug-ins that may be useful for end-users.  These can import simulation reports directly from CPN Tools, from CSV files, and from a modified version of this ProM CPN library.

KeyValue

You can get the modified version of the above library along with an example here: CPNXES library.  There is no documentation for the modified library, but it works very much like the original, except you only need to open the log once and you need to explicitly close it.  See the example for details.

 

Tags:

 
 
 
 

Leave a reply

required

required

optional


On my mind…

  • For a status report, I had to figure out how much code I'm maintaining. Turns out it's roughly 390000 lines.
    4 days ago
  • This is becoming a bad habit: had to run to catch the last direct train to Eindhoven.
    4 days ago
 
 

Recent Comments

  • Michael: Forgot to add: in my code in the post, what I'm trying to do is just to get all …
     
  • Michael: Yeah, unless you know you are processing an integer, you can only get an object …
     
  • Danny: Hmmm... is the first solution you explain that much different from the original?…