Class SLDPNImportPlugin

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

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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SLDPN 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.
      static SLDPN read​(java.io.InputStream in)  
      • 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

      • SLDPNImportPlugin

        public SLDPNImportPlugin()
    • Method Detail

      • importFromStream

        public SLDPN 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
      • read

        public static SLDPN read​(java.io.InputStream in)
                          throws java.io.IOException,
                                 java.lang.InstantiationException,
                                 java.lang.IllegalAccessException,
                                 java.lang.IllegalArgumentException,
                                 java.lang.reflect.InvocationTargetException,
                                 java.lang.NoSuchMethodException,
                                 java.lang.SecurityException,
                                 java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.InstantiationException
        java.lang.IllegalAccessException
        java.lang.IllegalArgumentException
        java.lang.reflect.InvocationTargetException
        java.lang.NoSuchMethodException
        java.lang.SecurityException
        java.lang.ClassNotFoundException