Class AlignmentUtil


  • public class AlignmentUtil
    extends java.lang.Object
    Utility class to manage event names, classifiers, etc. for headless computation of alignments.
    Author:
    dfahland
    • Constructor Summary

      Constructors 
      Constructor Description
      AlignmentUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String reformatEventName_legacy​(java.lang.String qualified_eventName, org.deckfour.xes.classification.XEventClassifier ecl)
      Reformat given eventName into different representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlignmentUtil

        public AlignmentUtil()
    • Method Detail

      • reformatEventName_legacy

        public static java.lang.String reformatEventName_legacy​(java.lang.String qualified_eventName,
                                                                org.deckfour.xes.classification.XEventClassifier ecl)
        Reformat given eventName into different representation. If XLogInfoImpl.STANDARD_CLASSIFIER is used, the eventname will be formatted into 'name+lifecycle' where 'lifecycle' is set to XLifecycleExtension.StandardModel.COMPLETE if no lifecycle information can be parsed from the given eventname. Otherwise, the eventName will be stripped of lifecycle information and only the eventName will be returned.
        Parameters:
        qualified_eventName -
        ecl -
        Returns: