org.deckfour.xes.info
Class XLogInfoFactory

java.lang.Object
  extended by 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)

Constructor Summary
XLogInfoFactory()
           
 
Method Summary
static XLogInfo createLogInfo(XLog log)
          Creates a new log info with the standard event classifier.
static XLogInfo createLogInfo(XLog log, XEventClassifier classifier)
          Creates a new log info summary with a custom event classifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLogInfoFactory

public XLogInfoFactory()
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.