public class XEventLiteImpl
extends java.lang.Object
implements org.deckfour.xes.model.XEvent
| Constructor and Description |
|---|
XEventLiteImpl() |
XEventLiteImpl(long id) |
XEventLiteImpl(long id,
org.deckfour.xes.model.XAttributeMap attributes) |
XEventLiteImpl(org.deckfour.xes.model.XAttributeMap attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.deckfour.xes.model.XVisitor visitor,
org.deckfour.xes.model.XTrace trace) |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
org.deckfour.xes.id.XID |
getID() |
boolean |
hasAttributes() |
int |
hashCode() |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap attributes) |
public XEventLiteImpl()
public XEventLiteImpl(long id)
public XEventLiteImpl(org.deckfour.xes.model.XAttributeMap attributes)
public XEventLiteImpl(long id,
org.deckfour.xes.model.XAttributeMap attributes)
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes in interface org.deckfour.xes.model.XAttributablepublic void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
setAttributes in interface org.deckfour.xes.model.XAttributablepublic boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XElementclone in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic org.deckfour.xes.id.XID getID()
getID in interface org.deckfour.xes.model.XEventpublic void accept(org.deckfour.xes.model.XVisitor visitor,
org.deckfour.xes.model.XTrace trace)
accept in interface org.deckfour.xes.model.XEvent