org.processmining.plugins.workshop
Class WorkshopModelVisualizer
java.lang.Object
org.processmining.plugins.workshop.WorkshopModelVisualizer
public class WorkshopModelVisualizer
- extends java.lang.Object
Visualizer plug-in for workshop models. Converts model to graph using some
undetermined algorithm and uses PromJGraphVisualizer. As there is only one
such algorithm (the WorkshopConversionPlugin that uses the default parameter
values), this algorithm will be used.
- Author:
- hverbeek
|
Method Summary |
javax.swing.JComponent |
visualize(org.processmining.framework.plugin.PluginContext context,
WorkshopModel model)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkshopModelVisualizer
public WorkshopModelVisualizer()
visualize
public javax.swing.JComponent visualize(org.processmining.framework.plugin.PluginContext context,
WorkshopModel model)
throws org.processmining.framework.connections.ConnectionCannotBeObtained
- Throws:
org.processmining.framework.connections.ConnectionCannotBeObtained