Class ConcurrentOptionalOrLogMerger
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.cuts.IMa.ConcurrentOptionalOrLogMerger
-
public class ConcurrentOptionalOrLogMerger extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConcurrentOptionalOrLogMerger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConcurrentOptionalOrLogmerge(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.
-
-
-
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.
-
-