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