- All Superinterfaces:
- java.lang.Cloneable, XAttributable
- All Known Subinterfaces:
- XOCClass, XOCCRelation, XOCEvent, XOCLog, XOCObject, XOCObjectModel, XOCORelation, XOCRRelation
- All Known Implementing Classes:
- XOCClassImpl, XOCCRelationImpl, XOCEventImpl, XOCLogImpl, XOCObjectImpl, XOCObjectModelImpl, XOCORelationImpl, XOCRRelationImpl
public interface XOCElement
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)