Uses of Interface
org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel
-
-
Uses of DirectlyFollowsModel in org.processmining.directlyfollowsmodelminer.mining
Methods in org.processmining.directlyfollowsmodelminer.mining that return DirectlyFollowsModel Modifier and Type Method Description static DirectlyFollowsModelDfgMsd2Dfm. convert(org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd.DfgMsd in)static DirectlyFollowsModelDFMMiner. mine(org.deckfour.xes.model.XLog xLog, DFMMiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)static DirectlyFollowsModelDFMMiner. mine(org.processmining.plugins.inductiveminer2.logs.IMLog log, DFMMiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)Methods in org.processmining.directlyfollowsmodelminer.mining with parameters of type DirectlyFollowsModel Modifier and Type Method Description static java.util.BitSetCheckSoundness. backwardReachabilitySearch(DirectlyFollowsModel dfm)static java.lang.StringCheckSoundness. findIssues(DirectlyFollowsModel dfm)Check the dfm for soundness.static java.util.BitSetCheckSoundness. forwardReachabilitySearch(DirectlyFollowsModel dfm) -
Uses of DirectlyFollowsModel in org.processmining.directlyfollowsmodelminer.mining.plugins
Methods in org.processmining.directlyfollowsmodelminer.mining.plugins that return DirectlyFollowsModel Modifier and Type Method Description DirectlyFollowsModelDfmImportPlugin. importFile(org.processmining.framework.plugin.PluginContext context, java.io.File f)DirectlyFollowsModelDfmImportPlugin. importFile(org.processmining.framework.plugin.PluginContext context, java.lang.String filename)DirectlyFollowsModelDfmImportPlugin. importFile(org.processmining.framework.plugin.PluginContext context, java.net.URI uri)DirectlyFollowsModelDfmImportPlugin. importFile(org.processmining.framework.plugin.PluginContext context, java.net.URL url)DirectlyFollowsModelDfmImportPlugin. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input)static DirectlyFollowsModelDirectlyFollowsModelMinerPlugin. mine(org.deckfour.xes.model.XLog log, DFMMiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)DirectlyFollowsModelDirectlyFollowsModelMinerPlugin. mineGuiProcessTree(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog xLog)DirectlyFollowsModelDirectlyFollowsModelMinerPlugin. mineProcessTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, DFMMiningParameters parameters)static DirectlyFollowsModelDfmImportPlugin. readFile(java.io.InputStream input)Methods in org.processmining.directlyfollowsmodelminer.mining.plugins with parameters of type DirectlyFollowsModel Modifier and Type Method Description static voidDfmExportPlugin. export(DirectlyFollowsModel dfm, java.io.File file)static voidDfmExportPlugin. export(DirectlyFollowsModel dfm, java.io.OutputStream stream)Does not close the stream.voidDfmExportPlugin. exportDefault(org.processmining.contexts.uitopia.UIPluginContext context, DirectlyFollowsModel dfm, java.io.File file)voidDfmExportPlugin. exportDefault(org.processmining.framework.plugin.PluginContext context, DirectlyFollowsModel dfm, java.io.File file)static org.processmining.plugins.graphviz.visualisation.DotPanelDirectlyFollowsModelVisualisationPlugin. fancy(DirectlyFollowsModel dfgMsd)org.processmining.plugins.graphviz.visualisation.DotPanelDirectlyFollowsModelVisualisationPlugin. fancy(org.processmining.framework.plugin.PluginContext context, DirectlyFollowsModel dfm) -
Uses of DirectlyFollowsModel in org.processmining.directlyfollowsmodelminer.model
Classes in org.processmining.directlyfollowsmodelminer.model that implement DirectlyFollowsModel Modifier and Type Class Description classDirectlyFollowsModelImplQuadraticMethods in org.processmining.directlyfollowsmodelminer.model that return DirectlyFollowsModel Modifier and Type Method Description DirectlyFollowsModelDirectlyFollowsModel. clone()DirectlyFollowsModelDirectlyFollowsModelImplQuadratic. clone()Methods in org.processmining.directlyfollowsmodelminer.model with parameters of type DirectlyFollowsModel Modifier and Type Method Description static org.processmining.acceptingpetrinet.models.AcceptingPetriNetDirectlyFollowsModel2AcceptingPetriNet. convert(DirectlyFollowsModel dfg)static org.processmining.acceptingpetrinet.models.AcceptingPetriNetDirectlyFollowsModel2AcceptingPetriNet. convert(DirectlyFollowsModel dfg, gnu.trove.map.TIntObjectMap<java.util.List<org.processmining.models.graphbased.directed.petrinet.elements.Transition>> node2transition)booleanDirectlyFollowsModel. equals(DirectlyFollowsModel other)This method considers graphs equal when they are the same and the activities were added in the same order.booleanDirectlyFollowsModelImplQuadratic. equals(DirectlyFollowsModel other) -
Uses of DirectlyFollowsModel in org.processmining.directlyfollowsmodelminer.visualisation
Methods in org.processmining.directlyfollowsmodelminer.visualisation with parameters of type DirectlyFollowsModel Modifier and Type Method Description static org.processmining.plugins.InductiveMiner.Pair<org.processmining.plugins.graphviz.dot.Dot,gnu.trove.map.TIntObjectMap<org.processmining.plugins.graphviz.dot.DotNode>>DirectlyFollowsModel2Dot. visualise(DirectlyFollowsModel dfm)
-