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, removeElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSize, init
@Deprecated public int addLog(org.deckfour.xes.model.XLog log)
EventLogArray
addLog
in interface EventLogArray
log
- The given log.@Deprecated public int removeLog(org.deckfour.xes.model.XLog log)
EventLogArray
removeLog
in interface EventLogArray
log
- The given log.@Deprecated public void addLog(int index, org.deckfour.xes.model.XLog log)
EventLogArray
addLog
in interface EventLogArray
index
- The given index.log
- The given log.@Deprecated public void removeLog(int index)
EventLogArray
removeLog
in interface EventLogArray
index
- The given index.@Deprecated public org.deckfour.xes.model.XLog getLog(int index)
EventLogArray
getLog
in interface EventLogArray
index
- 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 EventLogArray
java.lang.Exception
public 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 EventLogArray
java.io.IOException
public 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