Class StochasticLabelledPetriNetAdjustmentWeightsImportPlugin
- java.lang.Object
-
- org.processmining.framework.abstractplugins.AbstractImportPlugin
-
- org.processmining.longdistancedependencies.plugins.StochasticLabelledPetriNetAdjustmentWeightsImportPlugin
-
- All Implemented Interfaces:
org.processmining.framework.abstractplugins.ImportPlugin
public class StochasticLabelledPetriNetAdjustmentWeightsImportPlugin extends org.processmining.framework.abstractplugins.AbstractImportPlugin
-
-
Constructor Summary
Constructors Constructor Description StochasticLabelledPetriNetAdjustmentWeightsImportPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetNextLine(java.io.BufferedReader r)StochasticLabelledPetriNetAdjustmentWeightsimportFromStream(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 StochasticLabelledPetriNetAdjustmentWeightsEditableread(java.io.InputStream input)
-
-
-
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.AbstractImportPluginThis method is called by all plugin variants to do the actual importing.- Specified by:
importFromStreamin classorg.processmining.framework.abstractplugins.AbstractImportPlugin- Returns:
- Throws:
java.lang.Exception
-
read
public static StochasticLabelledPetriNetAdjustmentWeightsEditable read(java.io.InputStream input) throws java.lang.NumberFormatException, java.io.IOException
- Throws:
java.lang.NumberFormatExceptionjava.io.IOException
-
getNextLine
public static java.lang.String getNextLine(java.io.BufferedReader r) throws java.io.IOException- Throws:
java.io.IOException
-
-