Interface IMLog

    • Method Detail

      • clone

        IMLog clone()
        Clone this IMLog. The new one might be based on the same XLog as the old one.
        Returns:
      • classify

        org.deckfour.xes.classification.XEventClass classify​(IMTrace IMTrace,
                                                             org.deckfour.xes.model.XEvent event)
        Classify an event
        Returns:
      • getClassifier

        org.deckfour.xes.classification.XEventClassifier getClassifier()
      • setClassifier

        void setClassifier​(org.deckfour.xes.classification.XEventClassifier classifier)
      • getTraceWithIndex

        org.deckfour.xes.model.XTrace getTraceWithIndex​(int traceIndex)
      • size

        int size()
        Return the number of traces in the log
        Returns:
      • copyTrace

        IMTrace copyTrace​(IMTrace trace,
                          java.util.BitSet traceOutEvents)
        Copy a trace and return the copy.
        Parameters:
        trace -
        traceOutEvents - A bitset showing for each event of the underlying XTrace whether this event is still included.
        Returns:
      • copyTrace

        IMTrace copyTrace​(IMTrace trace)
        Copy a trace and return the copy.
        Parameters:
        trace -
        Returns:
      • toString

        java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toXLog

        org.deckfour.xes.model.XLog toXLog()
      • decoupleFromXLog

        IMLog decoupleFromXLog()
        Turns the IMLog into an XLog, and makes a new IMLog out of it. Use this method to reduce memory usage if the log becomes sparse.
        Returns:
        the newly created IMLog, which has no connection anymore to the original XLog.