public class XTraceDBBatchImpl
extends org.deckfour.xes.model.impl.XTraceImpl
| Constructor and Description |
|---|
XTraceDBBatchImpl(org.deckfour.xes.model.XAttributeMap attributeMap,
java.util.List<org.deckfour.xes.model.XEvent> xEvents)
Creates a new trace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
org.deckfour.xes.model.XEvent element) |
boolean |
add(org.deckfour.xes.model.XEvent xEvent) |
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() |
boolean |
contains(java.lang.Object o) |
void |
ensureCapacity(int minCapacity) |
org.deckfour.xes.model.XEvent |
get(int index) |
int |
indexOf(java.lang.Object o) |
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) |
protected void |
removeRange(int fromIndex,
int toIndex) |
boolean |
retainAll(java.util.Collection<?> c) |
org.deckfour.xes.model.XEvent |
set(int index,
org.deckfour.xes.model.XEvent element) |
int |
size() |
java.util.List<org.deckfour.xes.model.XEvent> |
subList(int fromIndex,
int toIndex) |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
void |
trimToSize() |
accept, clone, getAttributes, getExtensions, hasAttributes, insertOrdered, setAttributespublic XTraceDBBatchImpl(org.deckfour.xes.model.XAttributeMap attributeMap,
java.util.List<org.deckfour.xes.model.XEvent> xEvents)
attributeMap - Attribute map used to store this trace's attributes.xEvents - public int size()
size in interface java.util.Collection<org.deckfour.xes.model.XEvent>size in interface java.util.List<org.deckfour.xes.model.XEvent>size in class java.util.ArrayList<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>iterator in class java.util.ArrayList<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>get in class java.util.ArrayList<org.deckfour.xes.model.XEvent>public void trimToSize()
trimToSize in class java.util.ArrayList<org.deckfour.xes.model.XEvent>public void ensureCapacity(int minCapacity)
ensureCapacity in class java.util.ArrayList<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>isEmpty in class java.util.ArrayList<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>contains in class java.util.ArrayList<org.deckfour.xes.model.XEvent>public int indexOf(java.lang.Object o)
indexOf in interface java.util.List<org.deckfour.xes.model.XEvent>indexOf in class java.util.ArrayList<org.deckfour.xes.model.XEvent>public int lastIndexOf(java.lang.Object o)
lastIndexOf in interface java.util.List<org.deckfour.xes.model.XEvent>lastIndexOf in class java.util.ArrayList<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>toArray in class java.util.ArrayList<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>toArray in class java.util.ArrayList<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>set in class java.util.ArrayList<org.deckfour.xes.model.XEvent>public boolean add(org.deckfour.xes.model.XEvent xEvent)
add in interface java.util.Collection<org.deckfour.xes.model.XEvent>add in interface java.util.List<org.deckfour.xes.model.XEvent>add in class java.util.ArrayList<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>add in class java.util.ArrayList<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>remove in class java.util.ArrayList<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>remove in class java.util.ArrayList<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>clear in class java.util.ArrayList<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>addAll in class java.util.ArrayList<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>addAll in class java.util.ArrayList<org.deckfour.xes.model.XEvent>protected void removeRange(int fromIndex,
int toIndex)
removeRange in class java.util.ArrayList<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>removeAll in class java.util.ArrayList<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>retainAll in class java.util.ArrayList<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>listIterator in class java.util.ArrayList<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>listIterator in class java.util.ArrayList<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>subList in class java.util.ArrayList<org.deckfour.xes.model.XEvent>