Modifier and Type | Method and Description |
---|---|
DirectlyFollowsGraph |
DirectlyFollowsGraph.clone() |
Modifier and Type | Method and Description |
---|---|
static DirectlyFollowsGraph |
DFMMiner.mine(IMLog log,
DFMMiningParameters parameters,
org.processmining.framework.packages.PackageManager.Canceller canceller)
Deprecated.
|
static DirectlyFollowsGraph |
DFMMiner.mine(org.deckfour.xes.model.XLog xLog,
DFMMiningParameters parameters,
org.processmining.framework.packages.PackageManager.Canceller canceller)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DirectlyFollowsGraph |
DirectlyFollowsModelMinerPlugin.mineGuiProcessTree(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog xLog)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
DfgMsdExportPlugin.export(DirectlyFollowsGraph dfg,
java.io.File file) |
void |
DfgMsdExportPlugin.exportDefault(org.processmining.framework.plugin.PluginContext context,
DirectlyFollowsGraph dfg,
java.io.File file) |
void |
DfgMsdExportPlugin.exportDefault(org.processmining.contexts.uitopia.UIPluginContext context,
DirectlyFollowsGraph dfg,
java.io.File file) |
static org.processmining.plugins.graphviz.visualisation.DotPanel |
DfgMsdVisualisationPlugin.fancy(DirectlyFollowsGraph dfgMsd) |
org.processmining.plugins.graphviz.visualisation.DotPanel |
DfgMsdVisualisationPlugin.fancy(org.processmining.framework.plugin.PluginContext context,
DirectlyFollowsGraph dfgMsd) |
Modifier and Type | Interface and Description |
---|---|
interface |
DfgMsd |
Modifier and Type | Class and Description |
---|---|
class |
DfgMsdImpl
Keeps a directly follows graph (int) and a minimum self-distance graph (int),
and a map activity index (int) -> activity name (string).
|
Modifier and Type | Method and Description |
---|---|
static org.processmining.plugins.InductiveMiner.Quadruple<java.lang.Long,java.lang.Long,java.lang.Long,java.lang.Long> |
DfgMsd2Dot.getExtremes(DirectlyFollowsGraph dfg) |
static org.processmining.plugins.graphviz.dot.Dot |
DfgMsd2Dot.visualise(DirectlyFollowsGraph dfgMsd) |