public final class PumpEventImpl
extends java.lang.Object
implements org.deckfour.xes.model.XEvent
Constructor and Description |
---|
PumpEventImpl(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 PumpEventImpl(org.deckfour.xes.model.XAttributeMap attributes)
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes
in interface org.deckfour.xes.model.XAttributable
public void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
setAttributes
in interface org.deckfour.xes.model.XAttributable
public boolean hasAttributes()
hasAttributes
in interface org.deckfour.xes.model.XAttributable
public java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions
in interface org.deckfour.xes.model.XAttributable
public java.lang.Object clone()
clone
in interface org.deckfour.xes.model.XElement
clone
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public org.deckfour.xes.id.XID getID()
getID
in interface org.deckfour.xes.model.XEvent
public void accept(org.deckfour.xes.model.XVisitor visitor, org.deckfour.xes.model.XTrace trace)
accept
in interface org.deckfour.xes.model.XEvent