public class HierarchyExportPlugin
extends java.lang.Object
| Constructor and Description |
|---|
HierarchyExportPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(org.processmining.framework.plugin.PluginContext context,
javax.swing.tree.DefaultMutableTreeNode hierarchy,
java.io.File file)
Exports the given workshop model to the given file.
|
static javax.swing.tree.DefaultMutableTreeNode |
read(java.lang.String filename) |
static void |
write(javax.swing.tree.DefaultTreeModel model,
java.lang.String fileName) |
public void export(org.processmining.framework.plugin.PluginContext context,
javax.swing.tree.DefaultMutableTreeNode hierarchy,
java.io.File file)
throws java.io.IOException
context - The given plug-in context.model - The given hierarchy.file - The given file.java.io.IOExceptionpublic static void write(javax.swing.tree.DefaultTreeModel model,
java.lang.String fileName)
public static javax.swing.tree.DefaultMutableTreeNode read(java.lang.String filename)