Package org.deckfour.xes.model
Interface XEvent
-
- All Superinterfaces:
java.lang.Cloneable,XAttributable,XElement
- All Known Implementing Classes:
XEventImpl,XExtendedEvent
public interface XEvent extends XElement
An event is an element of an XES event log structure. Events are sequentially contained in traces. Events refer to something that has happened during the execution of a process, e.g. the execution of an activity.- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(XVisitor visitor, XTrace trace)XIDgetID()Returns the id of the event-
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
-
-