public class ParetoFrontExport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSDIVIDERSTRING |
Constructor and Description |
---|
ParetoFrontExport() |
Modifier and Type | Method and Description |
---|---|
static void |
export(ParetoFront front,
java.io.File file)
Writes the pareto front to file, the result of a call to
exportToString(ParetoFront) . |
static void |
export(org.processmining.framework.plugin.PluginContext context,
ParetoFront front,
java.io.File file)
Exports the given workshop model to the given file.
|
static java.lang.String |
exportToString(ParetoFront front)
Returns a string representation of the front as it will/should be written
to file
|
public static final java.lang.String CLASSDIVIDERSTRING
public static void export(org.processmining.framework.plugin.PluginContext context, ParetoFront front, java.io.File file) throws java.io.IOException
context
- The given plug-in context.front
- the Pareto front to write to filefile
- The given file.java.io.IOException
public static void export(ParetoFront front, java.io.File file) throws java.io.IOException
exportToString(ParetoFront)
.front
- file
- java.io.IOException
public static java.lang.String exportToString(ParetoFront front)
front
-