Package science.aist.xestographviz
Class EventTypeHelper
- java.lang.Object
-
- science.aist.xestographviz.EventTypeHelper
-
public class EventTypeHelper extends Object
Utility class that helps to extract attributes from
EventType
- Since:
- 1.0
- Author:
- Andreas Pointner
-
-
Constructor Summary
Constructors Constructor Description EventTypeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
extractConceptNameFromEventType(science.aist.xes.model.EventType eventType)
Extracts the concept name ouf of an event typeDate
extractDateFromEventType(science.aist.xes.model.EventType eventType)
Extracts the timestamp ouf of an event type
-
-
-
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
-
-