Class StochasticLabelledPetriNetAdjustmentWeightsImportPlugin

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

    public class StochasticLabelledPetriNetAdjustmentWeightsImportPlugin
    extends org.processmining.framework.abstractplugins.AbstractImportPlugin
    • Constructor Detail

      • StochasticLabelledPetriNetAdjustmentWeightsImportPlugin

        public StochasticLabelledPetriNetAdjustmentWeightsImportPlugin()
    • Method Detail

      • importFromStream

        public StochasticLabelledPetriNetAdjustmentWeights 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
      • getNextLine

        public static java.lang.String getNextLine​(java.io.BufferedReader r)
                                            throws java.io.IOException
        Throws:
        java.io.IOException