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

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

Uses of XAttributeInfo in org.deckfour.xes.info
 

Methods in org.deckfour.xes.info that return XAttributeInfo
 XAttributeInfo XLogInfo.getEventAttributeInfo()
          Retrieves attribute information about all attributes this log contains on the event level.
 XAttributeInfo XLogInfo.getLogAttributeInfo()
          Retrieves attribute information about all attributes this log contains on the log level.
 XAttributeInfo XLogInfo.getMetaAttributeInfo()
          Retrieves attribute information about all attributes this log contains on the meta (i.e., attribute) level.
 XAttributeInfo XLogInfo.getTraceAttributeInfo()
          Retrieves attribute information about all attributes this log contains on the trace level.
 

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

Classes in org.deckfour.xes.info.impl that implement XAttributeInfo
 class XAttributeInfoImpl
          This class provides aggregate information about attributes within one container in the log type hierarchy.
 

Methods in org.deckfour.xes.info.impl that return XAttributeInfo
 XAttributeInfo XLogInfoImpl.getEventAttributeInfo()
           
 XAttributeInfo XLogInfoImpl.getLogAttributeInfo()
           
 XAttributeInfo XLogInfoImpl.getMetaAttributeInfo()
           
 XAttributeInfo XLogInfoImpl.getTraceAttributeInfo()