org.processmining.plugins.log.importing
Class ProcessDescriptionCSVImportPlugin
java.lang.Object
org.processmining.framework.abstractplugins.AbstractImportPlugin
org.processmining.plugins.log.importing.ProcessDescriptionCSVImportPlugin
- All Implemented Interfaces:
- org.processmining.framework.abstractplugins.ImportPlugin
public class ProcessDescriptionCSVImportPlugin
- extends org.processmining.framework.abstractplugins.AbstractImportPlugin
- Author:
- bs0005ygu
|
Method Summary |
protected javax.swing.filechooser.FileFilter |
getFileFilter()
|
protected ProcessDescription |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
|
protected ProcessDescription |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory)
|
protected ProcessDescription |
importFromStream(org.processmining.contexts.uitopia.UIPluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
|
| Methods inherited from class org.processmining.framework.abstractplugins.AbstractImportPlugin |
getFile, getInputStream, importFile, importFile, importFile, importFile |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessDescriptionCSVImportPlugin
public ProcessDescriptionCSVImportPlugin()
getFileFilter
protected javax.swing.filechooser.FileFilter getFileFilter()
importFromStream
protected ProcessDescription importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory)
throws java.lang.Exception
- Throws:
java.lang.Exception
importFromStream
protected ProcessDescription importFromStream(org.processmining.contexts.uitopia.UIPluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
throws java.lang.Exception
- Throws:
java.lang.Exception
importFromStream
protected ProcessDescription importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
throws java.lang.Exception
- Specified by:
importFromStream in class org.processmining.framework.abstractplugins.AbstractImportPlugin
- Throws:
java.lang.Exception