org.processmining.plugins.log
Class OpenNaiveLogFilePlugin

java.lang.Object
  extended by org.processmining.framework.abstractplugins.AbstractImportPlugin
      extended by org.processmining.plugins.log.OpenLogFilePlugin
          extended by org.processmining.plugins.log.OpenNaiveLogFilePlugin
All Implemented Interfaces:
org.processmining.framework.abstractplugins.ImportPlugin

public class OpenNaiveLogFilePlugin
extends OpenLogFilePlugin


Constructor Summary
OpenNaiveLogFilePlugin()
           
 
Method Summary
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.plugins.log.OpenLogFilePlugin
getInputStream, importFromStream
 
Methods inherited from class org.processmining.framework.abstractplugins.AbstractImportPlugin
getFile, importFile, importFile, importFile, importFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenNaiveLogFilePlugin

public OpenNaiveLogFilePlugin()
Method Detail

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
Overrides:
importFromStream in class OpenLogFilePlugin
Throws:
java.lang.Exception