Modifier and Type | Method and Description |
---|---|
DirectlyFollowsModel |
DirectlyFollowsModel.clone() |
Modifier and Type | Method and Description |
---|---|
static DirectlyFollowsModel |
DFMMiner.mine(IMLog log,
DFMMiningParameters parameters,
org.processmining.framework.packages.PackageManager.Canceller canceller) |
static DirectlyFollowsModel |
DFMMiner.mine(org.deckfour.xes.model.XLog xLog,
DFMMiningParameters parameters,
org.processmining.framework.packages.PackageManager.Canceller canceller) |
Modifier and Type | Method and Description |
---|---|
DirectlyFollowsModel |
DirectlyFollowsModelMinerPlugin.mineGuiProcessTree(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog xLog) |
Modifier and Type | Method and Description |
---|---|
static void |
DfgMsdExportPlugin.export(DirectlyFollowsModel dfg,
java.io.File file) |
void |
DfgMsdExportPlugin.exportDefault(org.processmining.framework.plugin.PluginContext context,
DirectlyFollowsModel dfg,
java.io.File file) |
void |
DfgMsdExportPlugin.exportDefault(org.processmining.contexts.uitopia.UIPluginContext context,
DirectlyFollowsModel dfg,
java.io.File file) |
static org.processmining.plugins.graphviz.visualisation.DotPanel |
DfgMsdVisualisationPlugin.fancy(DirectlyFollowsModel dfgMsd) |
org.processmining.plugins.graphviz.visualisation.DotPanel |
DfgMsdVisualisationPlugin.fancy(org.processmining.framework.plugin.PluginContext context,
DirectlyFollowsModel dfgMsd) |
Modifier and Type | Interface and Description |
---|---|
interface |
DfgMsd |
Modifier and Type | Class and Description |
---|---|
class |
DfgMsdImpl |
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(DirectlyFollowsModel dfg) |
static org.processmining.plugins.graphviz.dot.Dot |
DfgMsd2Dot.visualise(DirectlyFollowsModel dfgMsd) |