Package org.deckfour.xes.model
Interface XAttributeMap
-
- All Superinterfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,XAttribute>
- All Known Implementing Classes:
XAbstractAttributeMapBufferedImpl,XAttributeMapBufferedImpl,XAttributeMapImpl,XAttributeMapLazyImpl
public interface XAttributeMap extends java.util.Map<java.lang.String,XAttribute>, java.lang.Cloneable
An attribute map is used to hold a set of attributes, indexed by their key strings, for event log hierarchy elements. It is required to be cloneable, so that it can be replicated efficiently and reliably.- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectclone()Creates an identical clone of the attribute map (deep copy).
-