Class TsmlImportUtils


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

      Constructors 
      Constructor Description
      TsmlImportUtils()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object connectTS​(org.processmining.framework.plugin.PluginContext context, Tsml tsml, TransitionSystem ts)  
      Tsml importTsmlFromStream​(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)  
      • Methods inherited from class java.lang.Object

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

      • TsmlImportUtils

        public TsmlImportUtils()
    • Method Detail

      • importTsmlFromStream

        public Tsml importTsmlFromStream​(org.processmining.framework.plugin.PluginContext context,
                                         java.io.InputStream input,
                                         java.lang.String filename,
                                         long fileSizeInBytes)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • connectTS

        public java.lang.Object connectTS​(org.processmining.framework.plugin.PluginContext context,
                                          Tsml tsml,
                                          TransitionSystem ts)