public class ReadTimeContextPlugin
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
Constructor and Description |
---|
ReadTimeContextPlugin() |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.filechooser.FileFilter |
getFileFilter()
Gets the file filter for this import plug-in.
|
protected java.lang.Object |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
Imports the context model from the xml file.
|
protected javax.swing.filechooser.FileFilter getFileFilter()
protected java.lang.Object importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) throws java.lang.Exception
importFromStream
in class org.processmining.framework.abstractplugins.AbstractImportPlugin
java.lang.Exception