Class Cl02SortEvents<C>

    • Constructor Detail

      • Cl02SortEvents

        public Cl02SortEvents()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name of the chain link for debug purposes
      • getStatusBusyMessage

        public java.lang.String getStatusBusyMessage()
        Returns:
        The text that is to be shown when this chainlink is executing, with two postfix dots.
      • getOnIllogicalTimeStamps

        public org.processmining.plugins.InductiveMiner.Function<java.lang.Object,​java.lang.Boolean> getOnIllogicalTimeStamps()
      • setOnIllogicalTimeStamps

        public void setOnIllogicalTimeStamps​(org.processmining.plugins.InductiveMiner.Function<java.lang.Object,​java.lang.Boolean> onIllogicalTimeStamps)
        Parameters:
        onIllogicalTimeStamps - This function will be called when illogical time stamps are detected. If the function returns true, the ordering of the events will be fixed.
      • hasIllogicalTimeStamps

        public boolean hasIllogicalTimeStamps​(org.deckfour.xes.model.XLog log,
                                              IvMCanceller canceller)