Uses of Interface
org.deckfour.xes.info.XAttributeNameMap

Packages that use XAttributeNameMap
org.deckfour.xes.info   
org.deckfour.xes.info.impl   
 

Uses of XAttributeNameMap in org.deckfour.xes.info
 

Classes in org.deckfour.xes.info that implement XAttributeNameMap
 class XGlobalAttributeNameMap
          This singleton class implements a global attribute name mapping facility and can manage a number of attribute name mappings.
 

Methods in org.deckfour.xes.info that return XAttributeNameMap
 XAttributeNameMap XGlobalAttributeNameMap.getMapping(String name)
          Provides access to a specific attribute name mapping by its name.
 XAttributeNameMap XGlobalAttributeNameMap.getStandardMapping()
          Retrieves the standard attribute name mapping, i.e.
 

Methods in org.deckfour.xes.info that return types with arguments of type XAttributeNameMap
 Collection<XAttributeNameMap> XGlobalAttributeNameMap.getAvailableMappings()
          Returns all available mappings.
 

Methods in org.deckfour.xes.info with parameters of type XAttributeNameMap
 String XGlobalAttributeNameMap.mapSafely(String attributeKey, XAttributeNameMap mapping)
          Maps an attribute safely, using the given attribute mapping.
 String XGlobalAttributeNameMap.mapSafely(XAttribute attribute, XAttributeNameMap mapping)
          Maps an attribute safely, using the given attribute mapping.
 

Uses of XAttributeNameMap in org.deckfour.xes.info.impl
 

Classes in org.deckfour.xes.info.impl that implement XAttributeNameMap
 class XAttributeNameMapImpl
          Implements an attribute name mapping.