public class XTraceLiteImpl
extends com.google.common.collect.ForwardingList<org.deckfour.xes.model.XEvent>
implements org.deckfour.xes.model.XTrace
| Constructor and Description |
|---|
XTraceLiteImpl() |
XTraceLiteImpl(org.deckfour.xes.model.XAttributeMap attributeMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.deckfour.xes.model.XVisitor visitor,
org.deckfour.xes.model.XLog log) |
java.lang.Object |
clone() |
protected java.util.List<org.deckfour.xes.model.XEvent> |
delegate() |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
boolean |
hasAttributes() |
int |
insertOrdered(org.deckfour.xes.model.XEvent event) |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap attributes) |
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArraypublic XTraceLiteImpl()
public XTraceLiteImpl(org.deckfour.xes.model.XAttributeMap attributeMap)
public boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributableprotected java.util.List<org.deckfour.xes.model.XEvent> delegate()
delegate in class com.google.common.collect.ForwardingList<org.deckfour.xes.model.XEvent>public 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 java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XElementclone in class java.lang.Objectpublic int insertOrdered(org.deckfour.xes.model.XEvent event)
insertOrdered in interface org.deckfour.xes.model.XTracepublic void accept(org.deckfour.xes.model.XVisitor visitor,
org.deckfour.xes.model.XLog log)
accept in interface org.deckfour.xes.model.XTrace