Uses of Interface
org.deckfour.xes.model.XAttributeMap

Packages that use XAttributeMap
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
 XAttributeMap XExtendedEvent.getAttributes()
           
 

Methods in org.deckfour.xes.extension.std with parameters of type XAttributeMap
 void XExtendedEvent.setAttributes(XAttributeMap attributes)
           
 

Uses of XAttributeMap in org.deckfour.xes.factory
 

Methods in org.deckfour.xes.factory that return XAttributeMap
 XAttributeMap XFactory.createAttributeMap()
          Creates a new XES attribute map (Factory method).
 XAttributeMap XFactoryBufferedImpl.createAttributeMap()
           
 XAttributeMap XFactoryNaiveImpl.createAttributeMap()
           
 

Methods in org.deckfour.xes.factory with parameters of type XAttributeMap
 XEvent XFactory.createEvent(XAttributeMap attributes)
          Creates a new XES event instance (Factory method).
 XEvent XFactoryNaiveImpl.createEvent(XAttributeMap attributes)
           
 XLog XFactory.createLog(XAttributeMap attributes)
          Creates a new XES log instance (Factory method).
 XLog XFactoryNaiveImpl.createLog(XAttributeMap attributes)
           
 XTrace XFactory.createTrace(XAttributeMap attributes)
          Creates a new XES trace instance (Factory method).
 XTrace XFactoryBufferedImpl.createTrace(XAttributeMap attributes)
           
 XTrace XFactoryNaiveImpl.createTrace(XAttributeMap attributes)
           
 

Uses of XAttributeMap in org.deckfour.xes.model
 

Methods in org.deckfour.xes.model that return XAttributeMap
 XAttributeMap XAttributable.getAttributes()
          Retrieves the attributes set for this element.
 

Methods in org.deckfour.xes.model with parameters of type XAttributeMap
 void XAttributable.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
 class XAbstractAttributeMapBufferedImpl
          NikeFS2 virtual file system storage-based implementation for the XAttributeMap interface.
 class XAttributeMapBufferedImpl
          NikeFS2 virtual file system storage-based implementation for the XAttributeMap interface.
 

Methods in org.deckfour.xes.model.buffered that return XAttributeMap
protected  XAttributeMap XAbstractAttributeMapBufferedImpl.deserialize()
          Retrieves a quick-access representation of this attribute map for actual usage.
 XAttributeMap XAttributeMapSerializer.deserialize(DataInput in)
          Deserializes an attribute map from a given data source.
 XAttributeMap XAttributeMapSerializerImpl.deserialize(DataInput in)
           
 XAttributeMap XTraceBufferedImpl.getAttributes()
           
 

Methods in org.deckfour.xes.model.buffered with parameters of type XAttributeMap
protected  void XAbstractAttributeMapBufferedImpl.serialize(XAttributeMap map)
          Serializes the given attribute map to a disk-buffered representation.
 void XAttributeMapSerializer.serialize(XAttributeMap map, DataOutput out)
          Serializes an attribute map to the given output.
 void XAttributeMapSerializerImpl.serialize(XAttributeMap map, DataOutput out)
           
 void XTraceBufferedImpl.setAttributes(XAttributeMap attributes)
           
 

Constructors in org.deckfour.xes.model.buffered with parameters of type XAttributeMap
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
 class XAttributeMapLazyImpl<T extends XAttributeMap>
          Lazy implementation of the XAttributeMap interface.
 

Classes in org.deckfour.xes.model.impl that implement XAttributeMap
 class XAttributeMapImpl
          Memory-based implementation of the XAttributeMap interface.
 class XAttributeMapLazyImpl<T extends XAttributeMap>
          Lazy implementation of the XAttributeMap interface.
 

Methods in org.deckfour.xes.model.impl that return XAttributeMap
 XAttributeMap XAttributeImpl.getAttributes()
           
 XAttributeMap XEventImpl.getAttributes()
           
 XAttributeMap XLogImpl.getAttributes()
           
 XAttributeMap XTraceImpl.getAttributes()
           
 

Methods in org.deckfour.xes.model.impl with parameters of type XAttributeMap
 void XAttributeImpl.setAttributes(XAttributeMap attributes)
           
 void XEventImpl.setAttributes(XAttributeMap attributes)
           
 void XLogImpl.setAttributes(XAttributeMap attributes)
           
 void XTraceImpl.setAttributes(XAttributeMap attributes)
           
 

Constructors in org.deckfour.xes.model.impl with parameters of type XAttributeMap
XEventImpl(XAttributeMap attributes)
          Creates a new event.
XLogImpl(XAttributeMap attributeMap)
          Creates a new log.
XTraceImpl(XAttributeMap attributeMap)
          Creates a new trace.