public class DataPetriNetImporter
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataPetriNetImporter.DPNWithLayout |
| Constructor and Description |
|---|
DataPetriNetImporter() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.swing.filechooser.FileFilter |
getFileFilter() |
DataPetriNetImporter.DPNWithLayout |
importFromStream(java.io.InputStream inputStream) |
protected java.lang.Object |
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.
|
protected javax.swing.filechooser.FileFilter getFileFilter()
public DataPetriNetImporter.DPNWithLayout importFromStream(java.io.InputStream inputStream) throws DPNIOException
DPNIOExceptionprotected java.lang.Object 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.AbstractImportPluginimportFromStream in class org.processmining.framework.abstractplugins.AbstractImportPluginjava.lang.Exception