|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XLogInfo | |
|---|---|
| org.deckfour.xes.info | |
| org.deckfour.xes.info.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||