Class SLDPNExportPlugin
- java.lang.Object
-
- org.processmining.stochasticlabelleddatapetrinet.plugins.SLDPNExportPlugin
-
public class SLDPNExportPlugin extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFILENAME_ENCODINGstatic java.lang.StringFILENAME_MODEL
-
Constructor Summary
Constructors Constructor Description SLDPNExportPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidexport(SLDPN sldpn, java.io.File file)voidexportDefault(org.processmining.contexts.uitopia.UIPluginContext context, SLDPN net, java.io.File file)
-
-
-
Field Detail
-
FILENAME_MODEL
public static final java.lang.String FILENAME_MODEL
- See Also:
- Constant Field Values
-
FILENAME_ENCODING
public static final java.lang.String FILENAME_ENCODING
- See Also:
- Constant Field Values
-
-
Method Detail
-
exportDefault
public void exportDefault(org.processmining.contexts.uitopia.UIPluginContext context, SLDPN net, java.io.File file) throws java.io.IOException- Throws:
java.io.IOException
-
export
public static void export(SLDPN sldpn, java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
-