|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XLog
A log is an element of an XES event log structure. Logs are contained in archives. Any log is a list of traces. Logs represent a collection of traces, which are all representing executions of the same kind of process.
Method Summary | |
---|---|
boolean |
accept(XVisitor visitor)
|
List<XEventClassifier> |
getClassifiers()
This method returns the list of classifiers defined for this log. |
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. |
XLogInfo |
getInfo(XEventClassifier classifier)
Returns the cached info for the given classifier, null if not available. |
void |
setInfo(XEventClassifier classifier,
XLogInfo info)
Adds the given info for the given classifier to the info cache. |
Methods inherited from interface org.deckfour.xes.model.XElement |
---|
clone |
Methods inherited from interface org.deckfour.xes.model.XAttributable |
---|
getAttributes, getExtensions, hasAttributes, setAttributes |
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 |
Method Detail |
---|
List<XEventClassifier> getClassifiers()
List<XAttribute> getGlobalTraceAttributes()
List<XAttribute> getGlobalEventAttributes()
boolean accept(XVisitor visitor)
XLogInfo getInfo(XEventClassifier classifier)
classifier
- The given classifier.
void setInfo(XEventClassifier classifier, XLogInfo info)
classifier
- The given classifier.info
- The given info.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |