| Package | Description |
|---|---|
| org.processmining.plugins.InductiveMiner.graphs | |
| org.processmining.plugins.InductiveMiner.mining.cuts.IMa |
| Modifier and Type | Method and Description |
|---|---|
static <V> Components<V> |
Cliques.compute(UndirectedGraph<V> graph) |
| 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.
|
| Constructor and Description |
|---|
ConcurrentOptionalOrLog(IMLog log,
Components<org.deckfour.xes.classification.XEventClass> components)
Make sure the components are 1 ....
|