Class EventTypeHelper


  • public class EventTypeHelper
    extends Object

    Utility class that helps to extract attributes from EventType

    Since:
    1.0
    Author:
    Andreas Pointner
    • Constructor Detail

      • EventTypeHelper

        public EventTypeHelper()
    • Method Detail

      • extractConceptNameFromEventType

        public String extractConceptNameFromEventType​(science.aist.xes.model.EventType eventType)
        Extracts the concept name ouf of an event type
        Parameters:
        eventType - the event type where the concept name should be extracted
        Returns:
        the value of the concept name
      • extractDateFromEventType

        public Date extractDateFromEventType​(science.aist.xes.model.EventType eventType)
        Extracts the timestamp ouf of an event type
        Parameters:
        eventType - the event type where the timestamp should be extracted
        Returns:
        the value of the timestamp