|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deckfour.xes.model.impl.XEventImpl
public class XEventImpl
Implementation for the XEvent interface.
Constructor Summary | |
---|---|
XEventImpl()
Creates a new event. |
|
XEventImpl(XAttributeMap attributes)
Creates a new event. |
Method Summary | |
---|---|
Object |
clone()
Clones this event, i.e. |
XAttributeMap |
getAttributes()
Retrieves the attributes set for this element. |
Set<XExtension> |
getExtensions()
Retrieves the extensions used by this element, i.e. |
void |
setAttributes(XAttributeMap attributes)
Sets the map of attributes for this element. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XEventImpl()
public XEventImpl(XAttributeMap attributes)
attributes
- Map of attribute for the event.Method Detail |
---|
public XAttributeMap getAttributes()
XAttributable
getAttributes
in interface XAttributable
public void setAttributes(XAttributeMap attributes)
XAttributable
setAttributes
in interface XAttributable
attributes
- A map of attributes.public Set<XExtension> getExtensions()
XAttributable
getExtensions
in interface XAttributable
public Object clone()
clone
in interface XElement
clone
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |