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.XElementclone in class java.lang.Objectpublic org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes in interface org.deckfour.xes.model.XAttributablepublic java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic void setAttributes(org.deckfour.xes.model.XAttributeMap arg0)
setAttributes in interface org.deckfour.xes.model.XAttributablepublic void accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XTrace arg1)
accept in interface org.deckfour.xes.model.XEventpublic org.deckfour.xes.id.XID getID()
getID in interface org.deckfour.xes.model.XEvent