Uses of Interface
org.deckfour.xes.model.XAttributeMap
-
Packages that use XAttributeMap Package Description org.deckfour.xes.extension.std org.deckfour.xes.factory org.deckfour.xes.model org.deckfour.xes.model.buffered org.deckfour.xes.model.impl -
-
Uses of XAttributeMap in org.deckfour.xes.extension.std
Methods in org.deckfour.xes.extension.std that return XAttributeMap Modifier and Type Method Description XAttributeMapXExtendedEvent. getAttributes()Methods in org.deckfour.xes.extension.std with parameters of type XAttributeMap Modifier and Type Method Description voidXExtendedEvent. setAttributes(XAttributeMap attributes) -
Uses of XAttributeMap in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XAttributeMap Modifier and Type Method Description XAttributeMapXFactory. createAttributeMap()Creates a new XES attribute map (Factory method).XAttributeMapXFactoryBufferedImpl. createAttributeMap()XAttributeMapXFactoryNaiveImpl. createAttributeMap()Methods in org.deckfour.xes.factory with parameters of type XAttributeMap Modifier and Type Method Description XEventXFactory. createEvent(XID id, XAttributeMap attributes)Creates a new XES event instance (Factory method).XEventXFactory. createEvent(XAttributeMap attributes)Creates a new XES event instance (Factory method).XEventXFactoryNaiveImpl. createEvent(XID id, XAttributeMap attributes)XEventXFactoryNaiveImpl. createEvent(XAttributeMap attributes)XLogXFactory. createLog(XAttributeMap attributes)Creates a new XES log instance (Factory method).XLogXFactoryNaiveImpl. createLog(XAttributeMap attributes)XTraceXFactory. createTrace(XAttributeMap attributes)Creates a new XES trace instance (Factory method).XTraceXFactoryBufferedImpl. createTrace(XAttributeMap attributes)XTraceXFactoryNaiveImpl. createTrace(XAttributeMap attributes) -
Uses of XAttributeMap in org.deckfour.xes.model
Methods in org.deckfour.xes.model that return XAttributeMap Modifier and Type Method Description XAttributeMapXAttributable. getAttributes()Retrieves the attributes set for this element.Methods in org.deckfour.xes.model with parameters of type XAttributeMap Modifier and Type Method Description voidXAttributable. setAttributes(XAttributeMap attributes)Sets the map of attributes for this element. -
Uses of XAttributeMap in org.deckfour.xes.model.buffered
Classes in org.deckfour.xes.model.buffered that implement XAttributeMap Modifier and Type Class Description classXAbstractAttributeMapBufferedImplNikeFS2 virtual file system storage-based implementation for the XAttributeMap interface.classXAttributeMapBufferedImplNikeFS2 virtual file system storage-based implementation for the XAttributeMap interface.Methods in org.deckfour.xes.model.buffered that return XAttributeMap Modifier and Type Method Description protected XAttributeMapXAbstractAttributeMapBufferedImpl. deserialize()Retrieves a quick-access representation of this attribute map for actual usage.XAttributeMapXAttributeMapSerializer. deserialize(java.io.DataInput in)Deserializes an attribute map from a given data source.XAttributeMapXAttributeMapSerializerImpl. deserialize(java.io.DataInput in)XAttributeMapXTraceBufferedImpl. getAttributes()Methods in org.deckfour.xes.model.buffered with parameters of type XAttributeMap Modifier and Type Method Description protected voidXAbstractAttributeMapBufferedImpl. serialize(XAttributeMap map)Serializes the given attribute map to a disk-buffered representation.voidXAttributeMapSerializer. serialize(XAttributeMap map, java.io.DataOutput out)Serializes an attribute map to the given output.voidXAttributeMapSerializerImpl. serialize(XAttributeMap map, java.io.DataOutput out)voidXTraceBufferedImpl. setAttributes(XAttributeMap attributes)Constructors in org.deckfour.xes.model.buffered with parameters of type XAttributeMap Constructor Description XTraceBufferedImpl(XAttributeMap attributeMap, XAttributeMapSerializer attributeMapSerializer)Creates a new trace. -
Uses of XAttributeMap in org.deckfour.xes.model.impl
Classes in org.deckfour.xes.model.impl with type parameters of type XAttributeMap Modifier and Type Class Description classXAttributeMapLazyImpl<T extends XAttributeMap>Lazy implementation of the XAttributeMap interface.Classes in org.deckfour.xes.model.impl that implement XAttributeMap Modifier and Type Class Description classXAttributeMapImplMemory-based implementation of the XAttributeMap interface.classXAttributeMapLazyImpl<T extends XAttributeMap>Lazy implementation of the XAttributeMap interface.Methods in org.deckfour.xes.model.impl that return XAttributeMap Modifier and Type Method Description XAttributeMapXAttributeImpl. getAttributes()XAttributeMapXEventImpl. getAttributes()XAttributeMapXLogImpl. getAttributes()XAttributeMapXTraceImpl. getAttributes()Methods in org.deckfour.xes.model.impl with parameters of type XAttributeMap Modifier and Type Method Description voidXAttributeImpl. setAttributes(XAttributeMap attributes)voidXEventImpl. setAttributes(XAttributeMap attributes)voidXLogImpl. setAttributes(XAttributeMap attributes)voidXTraceImpl. setAttributes(XAttributeMap attributes)Constructors in org.deckfour.xes.model.impl with parameters of type XAttributeMap Constructor Description XEventImpl(XID id, XAttributeMap attributes)Creates a new event with the given id and attributedXEventImpl(XAttributeMap attributes)Creates a new event.XLogImpl(XAttributeMap attributeMap)Creates a new log.XTraceImpl(XAttributeMap attributeMap)Creates a new trace.
-