org.processmining.plugins.pnml.importing
Class PnmlImportCRINet

java.lang.Object
  extended by org.processmining.framework.abstractplugins.AbstractImportPlugin
      extended by org.processmining.plugins.pnml.importing.PnmlImportCRINet
All Implemented Interfaces:
org.processmining.framework.abstractplugins.ImportPlugin

public class PnmlImportCRINet
extends org.processmining.framework.abstractplugins.AbstractImportPlugin


Constructor Summary
PnmlImportCRINet()
           
 
Method Summary
protected  javax.swing.filechooser.FileFilter getFileFilter()
           
protected  java.lang.Object importFromStream(org.processmining.framework.plugin.PluginContext 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
 

Constructor Detail

PnmlImportCRINet

public PnmlImportCRINet()
Method Detail

getFileFilter

protected javax.swing.filechooser.FileFilter getFileFilter()

importFromStream

protected java.lang.Object 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