Uses of Interface
org.deckfour.xes.info.XLogInfo
-
Packages that use XLogInfo Package Description 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 Modifier and Type Method Description static XLogInfoXLogInfoFactory. createLogInfo(XLog log)Creates a new log info with the standard event classifier.static XLogInfoXLogInfoFactory. 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 Modifier and Type Class Description classXLogInfoImplThis 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 Modifier and Type Method Description static XLogInfoXLogInfoImpl. create(XLog log)Creates a new log info summary with the standard event classifier.static XLogInfoXLogInfoImpl. create(XLog log, XEventClassifier defaultClassifier)Creates a new log info summary with a custom event classifier.static XLogInfoXLogInfoImpl. create(XLog log, XEventClassifier defaultClassifier, java.util.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 Modifier and Type Method Description XLogInfoXLog. 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 Modifier and Type Method Description voidXLog. 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 Modifier and Type Method Description XLogInfoXLogImpl. 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 Modifier and Type Method Description voidXLogImpl. setInfo(XEventClassifier classifier, XLogInfo info)Sets the cached classifier and info to the given objects.
-