Uses of Interface
org.deckfour.xes.info.XAttributeNameMap
-
Packages that use XAttributeNameMap Package Description 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 Modifier and Type Class Description classXGlobalAttributeNameMapThis 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 Modifier and Type Method Description XAttributeNameMapXGlobalAttributeNameMap. getMapping(java.lang.String name)Provides access to a specific attribute name mapping by its name.XAttributeNameMapXGlobalAttributeNameMap. getStandardMapping()Retrieves the standard attribute name mapping, i.e.Methods in org.deckfour.xes.info that return types with arguments of type XAttributeNameMap Modifier and Type Method Description java.util.Collection<XAttributeNameMap>XGlobalAttributeNameMap. getAvailableMappings()Returns all available mappings.Methods in org.deckfour.xes.info with parameters of type XAttributeNameMap Modifier and Type Method Description java.lang.StringXGlobalAttributeNameMap. mapSafely(java.lang.String attributeKey, XAttributeNameMap mapping)Maps an attribute safely, using the given attribute mapping.java.lang.StringXGlobalAttributeNameMap. 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 Modifier and Type Class Description classXAttributeNameMapImplImplements an attribute name mapping.
-