org.deckfour.xes.info
Class XLogInfoFactory
java.lang.Object
org.deckfour.xes.info.XLogInfoFactory
public class XLogInfoFactory
- extends Object
Factory for deriving log info summaries from logs.
- Author:
- Christian W. Guenther (christian@deckfour.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XLogInfoFactory
public XLogInfoFactory()
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.