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

Packages that use XLogInfo
org.deckfour.xes.info   
org.deckfour.xes.info.impl   
org.deckfour.xes.model   
org.deckfour.xes.model.impl   
 

Uses of XLogInfo in org.deckfour.xes.info
 

Methods in org.deckfour.xes.info that return XLogInfo
static XLogInfo XLogInfoFactory.createLogInfo(XLog log)
          Creates a new log info with the standard event classifier.
static XLogInfo XLogInfoFactory.createLogInfo(XLog log, XEventClassifier classifier)
          Creates a new log info summary with a custom event classifier.
 

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

Classes in org.deckfour.xes.info.impl that implement XLogInfo
 class XLogInfoImpl
          This class implements a bare-bones log info summary which can be created on demand by using applications.
 

Methods in org.deckfour.xes.info.impl that return XLogInfo
static XLogInfo XLogInfoImpl.create(XLog log)
          Creates a new log info summary with the standard event classifier.
static XLogInfo XLogInfoImpl.create(XLog log, XEventClassifier defaultClassifier)
          Creates a new log info summary with a custom event classifier.
static XLogInfo XLogInfoImpl.create(XLog log, XEventClassifier defaultClassifier, Collection<XEventClassifier> classifiers)
          Creates a new log info summary with a collection of custom event classifiers.
 

Uses of XLogInfo in org.deckfour.xes.model
 

Methods in org.deckfour.xes.model that return XLogInfo
 XLogInfo XLog.getInfo(XEventClassifier classifier)
          Returns the cached info for the given classifier, null if not available.
 

Methods in org.deckfour.xes.model with parameters of type XLogInfo
 void XLog.setInfo(XEventClassifier classifier, XLogInfo info)
          Adds the given info for the given classifier to the info cache.
 

Uses of XLogInfo in org.deckfour.xes.model.impl
 

Methods in org.deckfour.xes.model.impl that return XLogInfo
 XLogInfo XLogImpl.getInfo(XEventClassifier classifier)
          Returns the cached info if the given classifier is the cached classifier.
 

Methods in org.deckfour.xes.model.impl with parameters of type XLogInfo
 void XLogImpl.setInfo(XEventClassifier classifier, XLogInfo info)
          Sets the cached classifier and info to the given objects.