Class InductiveVisualMiner
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.InductiveVisualMiner
-
public class InductiveVisualMiner extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInductiveVisualMiner.InductiveVisualMinerLauncher
-
Constructor Summary
Constructors Constructor Description InductiveVisualMiner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InductiveVisualMiner.InductiveVisualMinerLaunchermineGuiEfficientTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree preMinedTree)InductiveVisualMiner.InductiveVisualMinerLaunchermineGuiProcessTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog)InductiveVisualMiner.InductiveVisualMinerLaunchermineGuiProcessTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.processtree.ProcessTree preMinedTree)javax.swing.JComponentvisualise(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.framework.plugin.ProMCanceller canceller)javax.swing.JComponentvisualise(org.processmining.framework.plugin.PluginContext context, InductiveVisualMiner.InductiveVisualMinerLauncher launcher, org.processmining.framework.plugin.ProMCanceller canceller)
-
-
-
Method Detail
-
visualise
public javax.swing.JComponent visualise(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.framework.plugin.ProMCanceller canceller) throws org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException- Throws:
org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
-
visualise
public javax.swing.JComponent visualise(org.processmining.framework.plugin.PluginContext context, InductiveVisualMiner.InductiveVisualMinerLauncher launcher, org.processmining.framework.plugin.ProMCanceller canceller) throws org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException- Throws:
org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
-
mineGuiProcessTree
public InductiveVisualMiner.InductiveVisualMinerLauncher mineGuiProcessTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog)
-
mineGuiProcessTree
public InductiveVisualMiner.InductiveVisualMinerLauncher mineGuiProcessTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.processtree.ProcessTree preMinedTree)
-
mineGuiEfficientTree
public InductiveVisualMiner.InductiveVisualMinerLauncher mineGuiEfficientTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree preMinedTree)
-
-