public class ParquetXTraceImpl
extends java.lang.Object
implements org.deckfour.xes.model.XTrace
| Modifier and Type | Field and Description |
|---|---|
java.util.List<org.deckfour.xes.model.XEvent> |
events |
| Constructor and Description |
|---|
ParquetXTraceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XLog arg1) |
void |
add(int index,
org.deckfour.xes.model.XEvent element) |
boolean |
add(org.deckfour.xes.model.XEvent e) |
boolean |
addAll(java.util.Collection<? extends org.deckfour.xes.model.XEvent> c) |
boolean |
addAll(int index,
java.util.Collection<? extends org.deckfour.xes.model.XEvent> c) |
void |
clear() |
java.lang.Object |
clone() |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
org.deckfour.xes.model.XEvent |
get(int index) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
boolean |
hasAttributes() |
int |
indexOf(java.lang.Object o) |
int |
insertOrdered(org.deckfour.xes.model.XEvent arg0) |
boolean |
isEmpty() |
java.util.Iterator<org.deckfour.xes.model.XEvent> |
iterator() |
int |
lastIndexOf(java.lang.Object o) |
java.util.ListIterator<org.deckfour.xes.model.XEvent> |
listIterator() |
java.util.ListIterator<org.deckfour.xes.model.XEvent> |
listIterator(int index) |
org.deckfour.xes.model.XEvent |
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.XEvent |
set(int index,
org.deckfour.xes.model.XEvent element) |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap arg0) |
int |
size() |
java.util.List<org.deckfour.xes.model.XEvent> |
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.XElementclone in class java.lang.Objectpublic org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes in interface org.deckfour.xes.model.XAttributablepublic java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic void setAttributes(org.deckfour.xes.model.XAttributeMap arg0)
setAttributes in interface org.deckfour.xes.model.XAttributablepublic int size()
size in interface java.util.Collection<org.deckfour.xes.model.XEvent>size in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean isEmpty()
isEmpty in interface java.util.Collection<org.deckfour.xes.model.XEvent>isEmpty in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<org.deckfour.xes.model.XEvent>contains in interface java.util.List<org.deckfour.xes.model.XEvent>public java.util.Iterator<org.deckfour.xes.model.XEvent> iterator()
iterator in interface java.lang.Iterable<org.deckfour.xes.model.XEvent>iterator in interface java.util.Collection<org.deckfour.xes.model.XEvent>iterator in interface java.util.List<org.deckfour.xes.model.XEvent>public java.lang.Object[] toArray()
toArray in interface java.util.Collection<org.deckfour.xes.model.XEvent>toArray in interface java.util.List<org.deckfour.xes.model.XEvent>public <T> T[] toArray(T[] a)
toArray in interface java.util.Collection<org.deckfour.xes.model.XEvent>toArray in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean add(org.deckfour.xes.model.XEvent e)
add in interface java.util.Collection<org.deckfour.xes.model.XEvent>add in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<org.deckfour.xes.model.XEvent>remove in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean containsAll(java.util.Collection<?> c)
containsAll in interface java.util.Collection<org.deckfour.xes.model.XEvent>containsAll in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean addAll(java.util.Collection<? extends org.deckfour.xes.model.XEvent> c)
addAll in interface java.util.Collection<org.deckfour.xes.model.XEvent>addAll in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean addAll(int index,
java.util.Collection<? extends org.deckfour.xes.model.XEvent> c)
addAll in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean removeAll(java.util.Collection<?> c)
removeAll in interface java.util.Collection<org.deckfour.xes.model.XEvent>removeAll in interface java.util.List<org.deckfour.xes.model.XEvent>public boolean retainAll(java.util.Collection<?> c)
retainAll in interface java.util.Collection<org.deckfour.xes.model.XEvent>retainAll in interface java.util.List<org.deckfour.xes.model.XEvent>public void clear()
clear in interface java.util.Collection<org.deckfour.xes.model.XEvent>clear in interface java.util.List<org.deckfour.xes.model.XEvent>public org.deckfour.xes.model.XEvent get(int index)
get in interface java.util.List<org.deckfour.xes.model.XEvent>public org.deckfour.xes.model.XEvent set(int index,
org.deckfour.xes.model.XEvent element)
set in interface java.util.List<org.deckfour.xes.model.XEvent>public void add(int index,
org.deckfour.xes.model.XEvent element)
add in interface java.util.List<org.deckfour.xes.model.XEvent>public org.deckfour.xes.model.XEvent remove(int index)
remove in interface java.util.List<org.deckfour.xes.model.XEvent>public int indexOf(java.lang.Object o)
indexOf in interface java.util.List<org.deckfour.xes.model.XEvent>public int lastIndexOf(java.lang.Object o)
lastIndexOf in interface java.util.List<org.deckfour.xes.model.XEvent>public java.util.ListIterator<org.deckfour.xes.model.XEvent> listIterator()
listIterator in interface java.util.List<org.deckfour.xes.model.XEvent>public java.util.ListIterator<org.deckfour.xes.model.XEvent> listIterator(int index)
listIterator in interface java.util.List<org.deckfour.xes.model.XEvent>public java.util.List<org.deckfour.xes.model.XEvent> subList(int fromIndex,
int toIndex)
subList in interface java.util.List<org.deckfour.xes.model.XEvent>public void accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XLog arg1)
accept in interface org.deckfour.xes.model.XTracepublic int insertOrdered(org.deckfour.xes.model.XEvent arg0)
insertOrdered in interface org.deckfour.xes.model.XTrace