Uses of Class
org.processmining.plugins.InductiveMiner.mining.cuts.IMa.ConcurrentOptionalOrLog
-
Packages that use ConcurrentOptionalOrLog Package Description org.processmining.plugins.InductiveMiner.mining.cuts.IMa -
-
Uses of ConcurrentOptionalOrLog in org.processmining.plugins.InductiveMiner.mining.cuts.IMa
Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMa that return ConcurrentOptionalOrLog Modifier and Type Method Description static ConcurrentOptionalOrLogConcurrentOptionalOrLogMerger. 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.static ConcurrentOptionalOrLogConcurrentOptionalOrLog. mergeConcurrent(ConcurrentOptionalOrLog oldLog, int[] old2new, int newNumberOfComponents)Reduce the event log by merging the two components.Methods in org.processmining.plugins.InductiveMiner.mining.cuts.IMa with parameters of type ConcurrentOptionalOrLog Modifier and Type Method Description static ConcurrentOptionalOrLogConcurrentOptionalOrLogMerger. 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.static ConcurrentOptionalOrLogConcurrentOptionalOrLog. mergeConcurrent(ConcurrentOptionalOrLog oldLog, int[] old2new, int newNumberOfComponents)Reduce the event log by merging the two components.Constructors in org.processmining.plugins.InductiveMiner.mining.cuts.IMa with parameters of type ConcurrentOptionalOrLog Constructor Description ConcurrentOptionalOrLogInfo(ConcurrentOptionalOrLog log)
-