Class OCELExporterCSV
- java.lang.Object
-
- org.processmining.objectcentricconstraintchecking.algorithms.csv.OCELExporterCSV
-
public class OCELExporterCSV extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OCELExporterCSV()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringexportCsv(OcelEventLog ocel, java.lang.String newline, char sep, char quotechar)voidexportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)
-
-
-
Method Detail
-
exportFromProm
public void exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)
-
exportCsv
public static java.lang.String exportCsv(OcelEventLog ocel, java.lang.String newline, char sep, char quotechar)
-
-