public class ParquetXLogImpl
extends java.lang.Object
implements org.deckfour.xes.model.XLog
Modifier and Type | Field and Description |
---|---|
java.util.List<org.deckfour.xes.model.XTrace> |
traces |
Constructor and Description |
---|
ParquetXLogImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.deckfour.xes.model.XVisitor arg0) |
void |
add(int index,
org.deckfour.xes.model.XTrace element) |
boolean |
add(org.deckfour.xes.model.XTrace e) |
boolean |
addAll(java.util.Collection<? extends org.deckfour.xes.model.XTrace> c) |
boolean |
addAll(int index,
java.util.Collection<? extends org.deckfour.xes.model.XTrace> c) |
void |
clear() |
java.lang.Object |
clone() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
org.deckfour.xes.model.XTrace |
get(int index) |
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() |
org.deckfour.xes.info.XLogInfo |
getInfo(org.deckfour.xes.classification.XEventClassifier arg0) |
boolean |
hasAttributes() |
int |
indexOf(java.lang.Object o) |
boolean |
isEmpty() |
java.util.Iterator<org.deckfour.xes.model.XTrace> |
iterator() |
int |
lastIndexOf(java.lang.Object o) |
java.util.ListIterator<org.deckfour.xes.model.XTrace> |
listIterator() |
java.util.ListIterator<org.deckfour.xes.model.XTrace> |
listIterator(int index) |
org.deckfour.xes.model.XTrace |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
org.deckfour.xes.model.XTrace |
set(int index,
org.deckfour.xes.model.XTrace element) |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap arg0) |
void |
setInfo(org.deckfour.xes.classification.XEventClassifier arg0,
org.deckfour.xes.info.XLogInfo arg1) |
int |
size() |
java.util.List<org.deckfour.xes.model.XTrace> |
subList(int fromIndex,
int toIndex) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public java.lang.Object clone()
clone
in interface org.deckfour.xes.model.XElement
clone
in class java.lang.Object
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes
in interface org.deckfour.xes.model.XAttributable
public java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions
in interface org.deckfour.xes.model.XAttributable
public boolean hasAttributes()
hasAttributes
in interface org.deckfour.xes.model.XAttributable
public void setAttributes(org.deckfour.xes.model.XAttributeMap arg0)
setAttributes
in interface org.deckfour.xes.model.XAttributable
public int size()
size
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
size
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean isEmpty()
isEmpty
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
isEmpty
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
contains
in interface java.util.List<org.deckfour.xes.model.XTrace>
public java.util.Iterator<org.deckfour.xes.model.XTrace> iterator()
iterator
in interface java.lang.Iterable<org.deckfour.xes.model.XTrace>
iterator
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
iterator
in interface java.util.List<org.deckfour.xes.model.XTrace>
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
toArray
in interface java.util.List<org.deckfour.xes.model.XTrace>
public <T> T[] toArray(T[] a)
toArray
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
toArray
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean add(org.deckfour.xes.model.XTrace e)
add
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
add
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
remove
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean containsAll(java.util.Collection<?> c)
containsAll
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
containsAll
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean addAll(java.util.Collection<? extends org.deckfour.xes.model.XTrace> c)
addAll
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
addAll
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean addAll(int index, java.util.Collection<? extends org.deckfour.xes.model.XTrace> c)
addAll
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean removeAll(java.util.Collection<?> c)
removeAll
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
removeAll
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean retainAll(java.util.Collection<?> c)
retainAll
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
retainAll
in interface java.util.List<org.deckfour.xes.model.XTrace>
public void clear()
clear
in interface java.util.Collection<org.deckfour.xes.model.XTrace>
clear
in interface java.util.List<org.deckfour.xes.model.XTrace>
public org.deckfour.xes.model.XTrace get(int index)
get
in interface java.util.List<org.deckfour.xes.model.XTrace>
public org.deckfour.xes.model.XTrace set(int index, org.deckfour.xes.model.XTrace element)
set
in interface java.util.List<org.deckfour.xes.model.XTrace>
public void add(int index, org.deckfour.xes.model.XTrace element)
add
in interface java.util.List<org.deckfour.xes.model.XTrace>
public org.deckfour.xes.model.XTrace remove(int index)
remove
in interface java.util.List<org.deckfour.xes.model.XTrace>
public int indexOf(java.lang.Object o)
indexOf
in interface java.util.List<org.deckfour.xes.model.XTrace>
public int lastIndexOf(java.lang.Object o)
lastIndexOf
in interface java.util.List<org.deckfour.xes.model.XTrace>
public java.util.ListIterator<org.deckfour.xes.model.XTrace> listIterator()
listIterator
in interface java.util.List<org.deckfour.xes.model.XTrace>
public java.util.ListIterator<org.deckfour.xes.model.XTrace> listIterator(int index)
listIterator
in interface java.util.List<org.deckfour.xes.model.XTrace>
public java.util.List<org.deckfour.xes.model.XTrace> subList(int fromIndex, int toIndex)
subList
in interface java.util.List<org.deckfour.xes.model.XTrace>
public boolean accept(org.deckfour.xes.model.XVisitor arg0)
accept
in interface org.deckfour.xes.model.XLog
public java.util.List<org.deckfour.xes.classification.XEventClassifier> getClassifiers()
getClassifiers
in interface org.deckfour.xes.model.XLog
public java.util.List<org.deckfour.xes.model.XAttribute> getGlobalEventAttributes()
getGlobalEventAttributes
in interface org.deckfour.xes.model.XLog
public java.util.List<org.deckfour.xes.model.XAttribute> getGlobalTraceAttributes()
getGlobalTraceAttributes
in interface org.deckfour.xes.model.XLog
public org.deckfour.xes.info.XLogInfo getInfo(org.deckfour.xes.classification.XEventClassifier arg0)
getInfo
in interface org.deckfour.xes.model.XLog
public void setInfo(org.deckfour.xes.classification.XEventClassifier arg0, org.deckfour.xes.info.XLogInfo arg1)
setInfo
in interface org.deckfour.xes.model.XLog