Uses of Interface
org.deckfour.xes.info.XAttributeInfo
-
Packages that use XAttributeInfo Package Description 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 Modifier and Type Method Description XAttributeInfoXLogInfo. getEventAttributeInfo()Retrieves attribute information about all attributes this log contains on the event level.XAttributeInfoXLogInfo. getLogAttributeInfo()Retrieves attribute information about all attributes this log contains on the log level.XAttributeInfoXLogInfo. getMetaAttributeInfo()Retrieves attribute information about all attributes this log contains on the meta (i.e., attribute) level.XAttributeInfoXLogInfo. 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 Modifier and Type Class Description classXAttributeInfoImplThis class provides aggregate information about attributes within one container in the log type hierarchy.Methods in org.deckfour.xes.info.impl that return XAttributeInfo Modifier and Type Method Description XAttributeInfoXLogInfoImpl. getEventAttributeInfo()XAttributeInfoXLogInfoImpl. getLogAttributeInfo()XAttributeInfoXLogInfoImpl. getMetaAttributeInfo()XAttributeInfoXLogInfoImpl. getTraceAttributeInfo()
-