Class TsmlImportUtils
- java.lang.Object
-
- org.processmining.plugins.tsml.importing.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.ObjectconnectTS(org.processmining.framework.plugin.PluginContext context, Tsml tsml, TransitionSystem ts)TsmlimportTsmlFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)
-
-
-
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)
-
-