org.processmining.plugins.log
Class XLogHelper

java.lang.Object
  extended by org.processmining.plugins.log.XLogHelper

public class XLogHelper
extends java.lang.Object

Author:
Thomas Baier

Constructor Summary
XLogHelper()
           
 
Method Summary
static void checkForActivityClassifier(org.deckfour.xes.model.XLog newLog)
           
static java.util.Set<java.lang.String> extractEventClasses(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier selectedClassifier)
           
static java.lang.String[] extractEventClassesSorted(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier selectedClassifier)
           
static org.deckfour.xes.model.XTrace findTraceByName(org.deckfour.xes.model.XLog log, java.lang.String traceName)
           
static java.lang.String getAttribute(org.deckfour.xes.model.XEvent xEvent, java.lang.String attributeKey)
           
static org.deckfour.xes.model.XLog initializeLog(org.deckfour.xes.model.XLog inputLog)
           
static java.lang.String traceToString(org.deckfour.xes.model.XTrace xTrace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLogHelper

public XLogHelper()
Method Detail

traceToString

public static java.lang.String traceToString(org.deckfour.xes.model.XTrace xTrace)

findTraceByName

public static org.deckfour.xes.model.XTrace findTraceByName(org.deckfour.xes.model.XLog log,
                                                            java.lang.String traceName)

getAttribute

public static java.lang.String getAttribute(org.deckfour.xes.model.XEvent xEvent,
                                            java.lang.String attributeKey)

initializeLog

public static org.deckfour.xes.model.XLog initializeLog(org.deckfour.xes.model.XLog inputLog)

checkForActivityClassifier

public static void checkForActivityClassifier(org.deckfour.xes.model.XLog newLog)

extractEventClassesSorted

public static java.lang.String[] extractEventClassesSorted(org.deckfour.xes.model.XLog log,
                                                           org.deckfour.xes.classification.XEventClassifier selectedClassifier)

extractEventClasses

public static java.util.Set<java.lang.String> extractEventClasses(org.deckfour.xes.model.XLog log,
                                                                  org.deckfour.xes.classification.XEventClassifier selectedClassifier)