Uses of Interface
org.processmining.plugins.directlyfollowsgraph.DirectlyFollowsGraph
-
-
Uses of DirectlyFollowsGraph in org.processmining.plugins.directlyfollowsgraph
Methods in org.processmining.plugins.directlyfollowsgraph that return DirectlyFollowsGraph Modifier and Type Method Description DirectlyFollowsGraphDirectlyFollowsGraph. clone() -
Uses of DirectlyFollowsGraph in org.processmining.plugins.directlyfollowsgraph.mining
Methods in org.processmining.plugins.directlyfollowsgraph.mining that return DirectlyFollowsGraph Modifier and Type Method Description static DirectlyFollowsGraphDFMMiner. mine(org.deckfour.xes.model.XLog xLog, DFMMiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)Deprecated.static DirectlyFollowsGraphDFMMiner. mine(IMLog log, DFMMiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)Deprecated. -
Uses of DirectlyFollowsGraph in org.processmining.plugins.directlyfollowsgraph.mining.plugins
Methods in org.processmining.plugins.directlyfollowsgraph.mining.plugins that return DirectlyFollowsGraph Modifier and Type Method Description DirectlyFollowsGraphDirectlyFollowsModelMinerPlugin. mineGuiProcessTree(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog xLog)Deprecated. -
Uses of DirectlyFollowsGraph in org.processmining.plugins.inductiveminer2.plugins
Methods in org.processmining.plugins.inductiveminer2.plugins with parameters of type DirectlyFollowsGraph Modifier and Type Method Description static voidDfgMsdExportPlugin. export(DirectlyFollowsGraph dfg, java.io.File file)voidDfgMsdExportPlugin. exportDefault(org.processmining.contexts.uitopia.UIPluginContext context, DirectlyFollowsGraph dfg, java.io.File file)voidDfgMsdExportPlugin. exportDefault(org.processmining.framework.plugin.PluginContext context, DirectlyFollowsGraph dfg, java.io.File file)org.processmining.plugins.graphviz.visualisation.DotPanelDfgMsdVisualisationPlugin. fancy(org.processmining.framework.plugin.PluginContext context, DirectlyFollowsGraph dfgMsd)static org.processmining.plugins.graphviz.visualisation.DotPanelDfgMsdVisualisationPlugin. fancy(DirectlyFollowsGraph dfgMsd) -
Uses of DirectlyFollowsGraph in org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd
Subinterfaces of DirectlyFollowsGraph in org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd Modifier and Type Interface Description interfaceDfgMsdClasses in org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd that implement DirectlyFollowsGraph Modifier and Type Class Description classDfgMsdImplKeeps a directly follows graph (int) and a minimum self-distance graph (int), and a map activity index (int) -> activity name (string).Methods in org.processmining.plugins.inductiveminer2.withoutlog.dfgmsd with parameters of type DirectlyFollowsGraph Modifier and Type Method 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.DotDfgMsd2Dot. visualise(DirectlyFollowsGraph dfgMsd)
-