Package org.deckfour.xes.model
Interface XElement
-
- All Superinterfaces:
java.lang.Cloneable,XAttributable
- All Known Implementing Classes:
XEventImpl,XExtendedEvent,XLogImpl,XTraceBufferedImpl,XTraceImpl
public interface XElement extends XAttributable, java.lang.Cloneable
This interface is implemented by all elements of an event log structure. It defines that all elements are attributable. Further, this interface requires all event log elements to be cloneable.- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectclone()Creates an identical copy of this element.-
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
-
-