public class ParquetXEventImpl
extends java.lang.Object
implements org.deckfour.xes.model.XEvent
Modifier and Type | Field and Description |
---|---|
ParquetXAttributeMapImpl |
attributeMap |
Constructor and Description |
---|
ParquetXEventImpl(org.apache.avro.generic.GenericRecord record) |
ParquetXEventImpl(ParquetXAttributeMapImpl attributeMap) |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XTrace arg1) |
java.lang.Object |
clone() |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
org.deckfour.xes.id.XID |
getID() |
boolean |
hasAttributes() |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap arg0) |
public ParquetXAttributeMapImpl attributeMap
public ParquetXEventImpl(org.apache.avro.generic.GenericRecord record)
public ParquetXEventImpl(ParquetXAttributeMapImpl attributeMap)
public java.lang.Object clone()
clone
in interface org.deckfour.xes.model.XElement
clone
in class java.lang.Object
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes
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 boolean hasAttributes()
hasAttributes
in interface org.deckfour.xes.model.XAttributable
public void setAttributes(org.deckfour.xes.model.XAttributeMap arg0)
setAttributes
in interface org.deckfour.xes.model.XAttributable
public void accept(org.deckfour.xes.model.XVisitor arg0, org.deckfour.xes.model.XTrace arg1)
accept
in interface org.deckfour.xes.model.XEvent
public org.deckfour.xes.id.XID getID()
getID
in interface org.deckfour.xes.model.XEvent