Class RelativeTimeAttributeCalculator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XAttribute[] computeAttributes​(org.deckfour.xes.model.XEvent event, int eventIndex, int... header)  
      • Methods inherited from class java.lang.Object

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

      • RelativeTimeAttributeCalculator

        public RelativeTimeAttributeCalculator​(LogView view,
                                               java.lang.String weekDay,
                                               java.lang.String dayTime,
                                               java.lang.String weekTime,
                                               java.lang.String caseTime,
                                               Attribute eventTimestamp,
                                               Attribute traceStartTime)
    • Method Detail

      • computeAttributes

        public org.deckfour.xes.model.XAttribute[] computeAttributes​(org.deckfour.xes.model.XEvent event,
                                                                     int eventIndex,
                                                                     int... header)
        Specified by:
        computeAttributes in interface DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>