Class AlignmentUtil
- java.lang.Object
-
- org.processmining.modelrepair.plugins.align.AlignmentUtil
-
public class AlignmentUtil extends java.lang.ObjectUtility 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.StringreformatEventName_legacy(java.lang.String qualified_eventName, org.deckfour.xes.classification.XEventClassifier ecl)Reformat given eventName into different representation.
-
-
-
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 toXLifecycleExtension.StandardModel.COMPLETEif 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:
-
-