Class DfmExportPlugin


  • public class DfmExportPlugin
    extends java.lang.Object
    • Constructor Detail

      • DfmExportPlugin

        public DfmExportPlugin()
    • Method Detail

      • exportDefault

        public void exportDefault​(org.processmining.contexts.uitopia.UIPluginContext context,
                                  DirectlyFollowsModel dfm,
                                  java.io.File file)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • exportDefault

        public void exportDefault​(org.processmining.framework.plugin.PluginContext context,
                                  DirectlyFollowsModel dfm,
                                  java.io.File file)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • export

        public static void export​(DirectlyFollowsModel dfm,
                                  java.io.File file)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • export

        public static void export​(DirectlyFollowsModel dfm,
                                  java.io.OutputStream stream)
                           throws java.io.IOException
        Does not close the stream.
        Parameters:
        dfm -
        stream -
        Throws:
        java.io.IOException