Package | Description |
---|---|
org.processmining.plugins.InductiveMiner.mining.cuts.IMa |
Modifier and Type | Method and Description |
---|---|
static ConcurrentOptionalOrLog |
ConcurrentOptionalOrLogMerger.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 ConcurrentOptionalOrLog |
ConcurrentOptionalOrLog.mergeConcurrent(ConcurrentOptionalOrLog oldLog,
int[] old2new,
int newNumberOfComponents)
Reduce the event log by merging the two components.
|
Modifier and Type | Method and Description |
---|---|
static ConcurrentOptionalOrLog |
ConcurrentOptionalOrLogMerger.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 ConcurrentOptionalOrLog |
ConcurrentOptionalOrLog.mergeConcurrent(ConcurrentOptionalOrLog oldLog,
int[] old2new,
int newNumberOfComponents)
Reduce the event log by merging the two components.
|
Constructor and Description |
---|
ConcurrentOptionalOrLogInfo(ConcurrentOptionalOrLog log) |