public class EventLogArrayImpl extends org.processmining.basicutils.models.impl.ObjectArrayImpl<org.deckfour.xes.model.XLog> implements EventLogArray
| Constructor and Description |
|---|
EventLogArrayImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLog(int index,
org.deckfour.xes.model.XLog log)
Deprecated.
|
int |
addLog(org.deckfour.xes.model.XLog log)
Deprecated.
|
void |
exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file) |
void |
exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file,
org.deckfour.xes.out.XSerializer logSerializer) |
org.deckfour.xes.model.XLog |
getLog(int index)
Deprecated.
|
void |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent) |
void |
removeLog(int index)
Deprecated.
|
int |
removeLog(org.deckfour.xes.model.XLog log)
Deprecated.
|
addElement, addElement, getElement, getSize, importFromStream, init, removeElement, removeElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSize, init@Deprecated public int addLog(org.deckfour.xes.model.XLog log)
EventLogArrayaddLog in interface EventLogArraylog - The given log.@Deprecated public int removeLog(org.deckfour.xes.model.XLog log)
EventLogArrayremoveLog in interface EventLogArraylog - The given log.@Deprecated
public void addLog(int index,
org.deckfour.xes.model.XLog log)
EventLogArrayaddLog in interface EventLogArrayindex - The given index.log - The given log.@Deprecated public void removeLog(int index)
EventLogArrayremoveLog in interface EventLogArrayindex - The given index.@Deprecated public org.deckfour.xes.model.XLog getLog(int index)
EventLogArraygetLog in interface EventLogArrayindex - The given index.public void importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent)
throws java.lang.Exception
importFromStream in interface org.processmining.basicutils.models.ObjectArray<org.deckfour.xes.model.XLog>importFromStream in interface EventLogArrayjava.lang.Exceptionpublic void exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file,
org.deckfour.xes.out.XSerializer logSerializer)
throws java.io.IOException
exportToFile in interface EventLogArrayjava.io.IOExceptionpublic void exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file)
throws java.lang.Exception
exportToFile in interface org.processmining.basicutils.models.ObjectArray<org.deckfour.xes.model.XLog>java.lang.Exception