org.processmining.plugins.workshop
Class WorkshopExportPlugin

java.lang.Object
  extended by org.processmining.plugins.workshop.WorkshopExportPlugin

public class WorkshopExportPlugin
extends java.lang.Object

Export plug-in for workshop models. Workshop models are exported to CSV files. The first row contains target event class names. The first column contains source event class names. A field contains the cardinality of the direct succession relation from the source event class (see leftmost column) to the target event class (see top row). If no direct succession relation, the field contains 0.

Author:
hverbeek

Constructor Summary
WorkshopExportPlugin()
           
 
Method Summary
 void export(org.processmining.framework.plugin.PluginContext context, WorkshopModel model, java.io.File file)
          Exports the given workshop model to the given file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkshopExportPlugin

public WorkshopExportPlugin()
Method Detail

export

public void export(org.processmining.framework.plugin.PluginContext context,
                   WorkshopModel model,
                   java.io.File file)
            throws java.io.IOException
Exports the given workshop model to the given file.

Parameters:
context - The given plug-in context.
model - The given workshop model.
file - The given file.
Throws:
java.io.IOException