public class XAlignmentEventExternalImpl
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.deckfour.xes.model.XVisitor visitor,
org.deckfour.xes.model.XTrace trace) |
void |
clearCache() |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object o) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
long[] |
getCache() |
java.lang.Integer |
getCacheIndex(java.lang.String key) |
org.xeslite.external.AttributeInfo |
getCacheInfo(int cacheIndex) |
int |
getCacheSize() |
org.deckfour.xes.model.XAttribute |
getCacheValue(int cacheIndex) |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
long |
getExternalId() |
org.deckfour.xes.id.XID |
getID() |
long |
getOriginalCacheValue(int cacheIndex) |
protected ExternalStore |
getStore() |
boolean |
hasAttributes() |
int |
hashCode() |
org.deckfour.xes.model.XAttribute |
putCacheValue(int cacheIndex,
org.deckfour.xes.model.XAttribute value) |
void |
removeCacheValue(int cacheIndex) |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap attributes) |
void |
setCacheValue(int cacheIndex,
org.deckfour.xes.model.XAttribute value) |
java.lang.String |
toString() |
public java.lang.Integer getCacheIndex(java.lang.String key)
public org.xeslite.external.AttributeInfo getCacheInfo(int cacheIndex)
public final boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XElementpublic final long[] getCache()
public void setCacheValue(int cacheIndex,
org.deckfour.xes.model.XAttribute value)
public final org.deckfour.xes.model.XAttribute putCacheValue(int cacheIndex,
org.deckfour.xes.model.XAttribute value)
public final org.deckfour.xes.model.XAttribute getCacheValue(int cacheIndex)
public final long getOriginalCacheValue(int cacheIndex)
public final int getCacheSize()
public void removeCacheValue(int cacheIndex)
public void clearCache()
protected final ExternalStore getStore()
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 java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Objectpublic final long getExternalId()
public 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.XEventpublic java.lang.String toString()
toString in class java.lang.Object