Class ExportLogMxml


  • public class ExportLogMxml
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportLogMxml()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void export​(org.deckfour.xes.model.XLog log, java.io.File file)  
      void export​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.io.File file)  
      protected void exportWithNameFromContext​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.io.File file)
      Temporarily changes the name of the XLog object, then calls the doExport(XLog, File) method and, afterwards, changes the name of the XLog object back to the original one.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportLogMxml

        public ExportLogMxml()
    • Method Detail

      • export

        public void export​(org.processmining.contexts.uitopia.UIPluginContext context,
                           org.deckfour.xes.model.XLog log,
                           java.io.File file)
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • export

        public static void export​(org.deckfour.xes.model.XLog log,
                                  java.io.File file)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • exportWithNameFromContext

        protected void exportWithNameFromContext​(org.processmining.framework.plugin.PluginContext context,
                                                 org.deckfour.xes.model.XLog log,
                                                 java.io.File file)
                                          throws java.io.IOException
        Temporarily changes the name of the XLog object, then calls the doExport(XLog, File) method and, afterwards, changes the name of the XLog object back to the original one.
        Parameters:
        context -
        log -
        file -
        Throws:
        java.io.IOException