org.processmining.plugins.log.export
Class ExportLogExtCSV

java.lang.Object
  extended by org.processmining.plugins.log.export.ExportLogExtCSV

public class ExportLogExtCSV
extends java.lang.Object


Constructor Summary
ExportLogExtCSV()
           
 
Method Summary
 void export(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.io.File file)
           
static void serializeLogCSV(org.deckfour.xes.model.XLog log, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportLogExtCSV

public ExportLogExtCSV()
Method Detail

export

public void export(org.processmining.contexts.uitopia.UIPluginContext context,
                   org.deckfour.xes.model.XLog log,
                   java.io.File file)
            throws java.io.IOException
Throws:
java.io.IOException

serializeLogCSV

public static void serializeLogCSV(org.deckfour.xes.model.XLog log,
                                   java.io.File file)
                            throws java.io.IOException
Throws:
java.io.IOException