public class DfgImportPlugin
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
Constructor and Description |
---|
DfgImportPlugin() |
Modifier and Type | Method and Description |
---|---|
Dfg |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
This method is called by all plugin variants to do the actual importing.
|
static Dfg |
readCSV(java.io.InputStream input) |
static Dfg |
readFile(java.io.InputStream input) |
public Dfg importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.lang.Exception
org.processmining.framework.abstractplugins.AbstractImportPlugin
importFromStream
in class org.processmining.framework.abstractplugins.AbstractImportPlugin
java.lang.Exception
public static Dfg readCSV(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Dfg readFile(java.io.InputStream input) throws java.io.IOException
java.io.IOException