Modifier and Type | Method and Description |
---|---|
static DirectlyFollowsModel |
DfgMsd2Dfm.convert(org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd.DfgMsd in) |
static DirectlyFollowsModel |
DFMMiner.mine(org.processmining.plugins.inductiveminer2.logs.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 |
---|---|
static java.util.BitSet |
CheckSoundness.backwardReachabilitySearch(DirectlyFollowsModel dfm) |
static java.lang.String |
CheckSoundness.findIssues(DirectlyFollowsModel dfm)
Check the dfm for soundness.
|
static java.util.BitSet |
CheckSoundness.forwardReachabilitySearch(DirectlyFollowsModel dfm) |
Modifier and Type | Method and Description |
---|---|
DirectlyFollowsModel |
DfmImportPlugin.importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes) |
DirectlyFollowsModel |
DirectlyFollowsModelMinerPlugin.mineGuiProcessTree(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog xLog) |
static DirectlyFollowsModel |
DfmImportPlugin.readFile(java.io.InputStream input) |
Modifier and Type | Method and Description |
---|---|
static void |
DfmExportPlugin.export(DirectlyFollowsModel dfm,
java.io.File file) |
void |
DfmExportPlugin.exportDefault(org.processmining.framework.plugin.PluginContext context,
DirectlyFollowsModel dfm,
java.io.File file) |
void |
DfmExportPlugin.exportDefault(org.processmining.contexts.uitopia.UIPluginContext context,
DirectlyFollowsModel dfm,
java.io.File file) |
static org.processmining.plugins.graphviz.visualisation.DotPanel |
DfmVisualisationPlugin.fancy(DirectlyFollowsModel dfgMsd) |
org.processmining.plugins.graphviz.visualisation.DotPanel |
DfmVisualisationPlugin.fancy(org.processmining.framework.plugin.PluginContext context,
DirectlyFollowsModel dfm) |
Modifier and Type | Class and Description |
---|---|
class |
DirectlyFollowsModelImplQuadratic |
Modifier and Type | Method and Description |
---|---|
DirectlyFollowsModel |
DirectlyFollowsModel.clone() |
DirectlyFollowsModel |
DirectlyFollowsModelImplQuadratic.clone() |
Modifier and Type | Method and Description |
---|---|
boolean |
DirectlyFollowsModel.equals(DirectlyFollowsModel other)
This method considers graphs equal when they are the same and the
activities were added in the same order.
|
boolean |
DirectlyFollowsModelImplQuadratic.equals(DirectlyFollowsModel other) |
Modifier and Type | Method and Description |
---|---|
static org.processmining.plugins.graphviz.dot.Dot |
Dfm2Dot.visualise(DirectlyFollowsModel dfm) |