org.deckfour.xes.model
Interface XEvent

All Superinterfaces:
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
 void accept(XVisitor visitor, XTrace trace)
           
 XID getID()
          Returns the id of the event
 
Methods inherited from interface org.deckfour.xes.model.XElement
clone
 
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, setAttributes
 

Method Detail

getID

XID getID()
Returns the id of the event

Returns:
the ID of this event

accept

void accept(XVisitor visitor,
            XTrace trace)