Class EfficientTreeImportPlugin

  • All Implemented Interfaces:
    org.processmining.framework.abstractplugins.ImportPlugin

    public class EfficientTreeImportPlugin
    extends org.processmining.framework.abstractplugins.AbstractImportPlugin
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static EfficientTree importFromFile​(java.io.File file)  
      static EfficientTree importFromStream​(java.io.InputStream stream)  
      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.
      • 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

      • EfficientTreeImportPlugin

        public EfficientTreeImportPlugin()
    • 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
        Description copied from class: org.processmining.framework.abstractplugins.AbstractImportPlugin
        This method is called by all plugin variants to do the actual importing.
        Specified by:
        importFromStream in class org.processmining.framework.abstractplugins.AbstractImportPlugin
        Returns:
        Throws:
        java.lang.Exception
      • importFromStream

        public static EfficientTree importFromStream​(java.io.InputStream stream)
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • importFromFile

        public static EfficientTree importFromFile​(java.io.File file)
                                            throws java.io.FileNotFoundException,
                                                   java.lang.Exception
        Throws:
        java.io.FileNotFoundException
        java.lang.Exception