public class InductiveVisualMiner
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
InductiveVisualMiner.InductiveVisualMinerLauncher |
Constructor and Description |
---|
InductiveVisualMiner() |
Modifier and Type | Method and Description |
---|---|
InductiveVisualMiner.InductiveVisualMinerLauncher |
mineGuiEfficientTree(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog xLog,
org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree preMinedTree) |
InductiveVisualMiner.InductiveVisualMinerLauncher |
mineGuiProcessTree(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog xLog) |
InductiveVisualMiner.InductiveVisualMinerLauncher |
mineGuiProcessTree(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog xLog,
org.processmining.processtree.ProcessTree preMinedTree) |
javax.swing.JComponent |
visualise(org.processmining.framework.plugin.PluginContext context,
InductiveVisualMiner.InductiveVisualMinerLauncher launcher,
org.processmining.framework.plugin.ProMCanceller canceller) |
javax.swing.JComponent |
visualise(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog xLog,
org.processmining.framework.plugin.ProMCanceller canceller) |
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
org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
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
org.processmining.plugins.InductiveMiner.efficienttree.UnknownTreeNodeException
public InductiveVisualMiner.InductiveVisualMinerLauncher mineGuiProcessTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog)
public InductiveVisualMiner.InductiveVisualMinerLauncher mineGuiProcessTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.processtree.ProcessTree preMinedTree)
public InductiveVisualMiner.InductiveVisualMinerLauncher mineGuiEfficientTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog xLog, org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree preMinedTree)