public class ImportOCBCModel
extends org.processmining.framework.abstractplugins.AbstractImportPlugin
Constructor and Description |
---|
ImportOCBCModel() |
Modifier and Type | Method and Description |
---|---|
OCBCModel |
generateOCBCModel(java.io.InputStream input) |
protected java.lang.Object |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
This plugin is used to import an OCBC model
|
static void |
main(java.lang.String[] args) |
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
context
- input
- filename
- fileSizeInBytes
- java.io.IOException
java.lang.Exception
public OCBCModel generateOCBCModel(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException