Class ConcurrentOptionalOrLogMerger


  • public class ConcurrentOptionalOrLogMerger
    extends java.lang.Object
    • Constructor Detail

      • ConcurrentOptionalOrLogMerger

        public ConcurrentOptionalOrLogMerger()
    • Method Detail

      • merge

        public static ConcurrentOptionalOrLog merge​(Components<org.deckfour.xes.classification.XEventClass> components,
                                                    ConcurrentOptionalOrLog oldLog,
                                                    int componentA,
                                                    int componentB)
        Merge the mentioned components in both the log and the components object.
        Parameters:
        components - This is changed in place.
        oldLog - This is not changed.
        componentA -
        componentB -
        Returns:
        The new log.