Package org.deckfour.xes.info
Class XLogInfoFactory
- java.lang.Object
-
- org.deckfour.xes.info.XLogInfoFactory
-
public class XLogInfoFactory extends java.lang.ObjectFactory for deriving log info summaries from logs.- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Constructor Summary
Constructors Constructor Description XLogInfoFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XLogInfocreateLogInfo(XLog log)Creates a new log info with the standard event classifier.static XLogInfocreateLogInfo(XLog log, XEventClassifier classifier)Creates a new log info summary with a custom event classifier.
-
-
-
Method Detail
-
createLogInfo
public static XLogInfo createLogInfo(XLog log)
Creates a new log info with the standard event classifier.- Parameters:
log- The event log to create an info summary for.- Returns:
- The log info for this log.
-
createLogInfo
public static XLogInfo createLogInfo(XLog log, XEventClassifier classifier)
Creates a new log info summary with a custom event classifier.- Parameters:
log- The event log to create an info summary for.classifier- The event classifier to be used.- Returns:
- The log info summary for this log.
-
-