Class AddProcessAttributeAlgorithm

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog apply​(org.deckfour.xes.model.XLog log, AddProcessAttributeParameters parameters)
      Creates a log where every event has a new history/future attribute.
      • Methods inherited from class java.lang.Object

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

      • AddProcessAttributeAlgorithm

        public AddProcessAttributeAlgorithm()
    • Method Detail

      • apply

        public org.deckfour.xes.model.XLog apply​(org.deckfour.xes.model.XLog log,
                                                 AddProcessAttributeParameters parameters)
        Creates a log where every event has a new history/future attribute.
        Parameters:
        log - The original log.
        parameters - The configured parameters for the new attribute.
        Returns:
        A copy of the original log with the new attribute.