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: