public class HDFSXLogImpl extends java.util.ArrayList<org.deckfour.xes.model.XTrace> implements HDFSXLog
| Constructor and Description |
|---|
HDFSXLogImpl(org.processmining.framework.plugin.PluginContext context,
HDFSXLogInfo hdfs_log,
HDFSXLogImporter importer,
org.deckfour.xes.model.XAttributeMap attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.deckfour.xes.model.XVisitor visitor) |
java.lang.Object |
clone() |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
java.util.List<org.deckfour.xes.classification.XEventClassifier> |
getClassifiers() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
java.util.List<org.deckfour.xes.model.XAttribute> |
getGlobalEventAttributes() |
java.util.List<org.deckfour.xes.model.XAttribute> |
getGlobalTraceAttributes() |
HDFSXLogInfo |
getHDFSXLogInfo() |
org.deckfour.xes.info.XLogInfo |
getInfo(org.deckfour.xes.classification.XEventClassifier classifier) |
boolean |
hasAttributes() |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap attributes) |
void |
setInfo(org.deckfour.xes.classification.XEventClassifier classifier,
org.deckfour.xes.info.XLogInfo info) |
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraypublic HDFSXLogImpl(org.processmining.framework.plugin.PluginContext context,
HDFSXLogInfo hdfs_log,
HDFSXLogImporter importer,
org.deckfour.xes.model.XAttributeMap attributes)
public HDFSXLogInfo getHDFSXLogInfo()
getHDFSXLogInfo in interface HDFSXLogpublic org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes in interface org.deckfour.xes.model.XAttributablepublic void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
setAttributes in interface org.deckfour.xes.model.XAttributablepublic boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic java.util.List<org.deckfour.xes.classification.XEventClassifier> getClassifiers()
getClassifiers in interface org.deckfour.xes.model.XLogpublic java.util.List<org.deckfour.xes.model.XAttribute> getGlobalEventAttributes()
getGlobalEventAttributes in interface org.deckfour.xes.model.XLogpublic java.util.List<org.deckfour.xes.model.XAttribute> getGlobalTraceAttributes()
getGlobalTraceAttributes in interface org.deckfour.xes.model.XLogpublic org.deckfour.xes.info.XLogInfo getInfo(org.deckfour.xes.classification.XEventClassifier classifier)
getInfo in interface org.deckfour.xes.model.XLogpublic void setInfo(org.deckfour.xes.classification.XEventClassifier classifier,
org.deckfour.xes.info.XLogInfo info)
setInfo in interface org.deckfour.xes.model.XLogpublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XElementclone in class java.util.ArrayList<org.deckfour.xes.model.XTrace>public boolean accept(org.deckfour.xes.model.XVisitor visitor)
accept in interface org.deckfour.xes.model.XLog