public class GraphvizProcessTree
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GraphvizProcessTree.NotYetImplementedException |
Constructor and Description |
---|
GraphvizProcessTree() |
Modifier and Type | Method and Description |
---|---|
static org.processmining.plugins.graphviz.dot.Dot |
convert(org.processmining.processtree.ProcessTree tree) |
javax.swing.JComponent |
visualize(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree) |
public javax.swing.JComponent visualize(org.processmining.framework.plugin.PluginContext context, org.processmining.processtree.ProcessTree tree) throws GraphvizProcessTree.NotYetImplementedException
public static org.processmining.plugins.graphviz.dot.Dot convert(org.processmining.processtree.ProcessTree tree) throws GraphvizProcessTree.NotYetImplementedException