|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<XTrace>
org.deckfour.xes.model.impl.XLogImpl
public class XLogImpl
Implementation for the XLog interface.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
XLogImpl(XAttributeMap attributeMap)
Creates a new log. |
|
| Method Summary | |
|---|---|
Object |
clone()
Creates an identical copy of this element. |
XAttributeMap |
getAttributes()
Retrieves the attributes set for this element. |
List<XEventClassifier> |
getClassifiers()
This method returns the list of classifiers defined for this log. |
Set<XExtension> |
getExtensions()
Retrieves the extensions used by this element, i.e. |
List<XAttribute> |
getGlobalEventAttributes()
This method returns a list of attributes which are global for all events, i.e. |
List<XAttribute> |
getGlobalTraceAttributes()
This method returns a list of attributes which are global for all traces, i.e. |
void |
setAttributes(XAttributeMap attributes)
Sets the map of attributes for this element. |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
|---|
public XLogImpl(XAttributeMap attributeMap)
attributeMap - The attribute map used to store this
log's attributes.| Method Detail |
|---|
public XAttributeMap getAttributes()
XAttributable
getAttributes in interface XAttributablepublic void setAttributes(XAttributeMap attributes)
XAttributable
setAttributes in interface XAttributableattributes - A map of attributes.public Set<XExtension> getExtensions()
XAttributable
getExtensions in interface XAttributablepublic Object clone()
XElement
clone in interface XElementclone in class ArrayList<XTrace>public List<XEventClassifier> getClassifiers()
XLog
getClassifiers in interface XLogpublic List<XAttribute> getGlobalEventAttributes()
XLog
getGlobalEventAttributes in interface XLogpublic List<XAttribute> getGlobalTraceAttributes()
XLog
getGlobalTraceAttributes in interface XLog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||