Class StochasticLabelledPetriNetAdjustmentWeightsExportPlugin
- java.lang.Object
-
- org.processmining.longdistancedependencies.plugins.StochasticLabelledPetriNetAdjustmentWeightsExportPlugin
-
public class StochasticLabelledPetriNetAdjustmentWeightsExportPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StochasticLabelledPetriNetAdjustmentWeightsExportPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidexport(StochasticLabelledPetriNetAdjustmentWeights net, java.io.File file)voidexportDefault(org.processmining.contexts.uitopia.UIPluginContext context, StochasticLabelledPetriNetAdjustmentWeights net, java.io.File file)
-
-
-
Method Detail
-
exportDefault
public void exportDefault(org.processmining.contexts.uitopia.UIPluginContext context, StochasticLabelledPetriNetAdjustmentWeights net, java.io.File file) throws java.io.IOException- Throws:
java.io.IOException
-
export
public static void export(StochasticLabelledPetriNetAdjustmentWeights net, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
-