public class ProcessTreeDataContextArrayImpl extends ProcessTreeContextArrayImpl<ProcessTreeDataContext> implements ProcessTreeDataContextArray
list| Constructor and Description |
|---|
ProcessTreeDataContextArrayImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file) |
void |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent) |
exportToFileaddElement, addElement, getElement, getSize, importFromStream, init, removeElement, removeElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddElement, addElement, getElement, getSize, init, removeElement, removeElementpublic void importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent)
throws java.lang.Exception
importFromStream in interface ObjectArray<ProcessTreeDataContext>java.lang.Exceptionpublic void exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file)
throws java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
exportToFile in interface ObjectArray<ProcessTreeDataContext>java.io.IOExceptionjava.lang.InstantiationExceptionjava.lang.IllegalAccessException