org.processmining.plugins.workshop
Class WorkshopModelVisualizer

java.lang.Object
  extended by 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

Constructor Summary
WorkshopModelVisualizer()
           
 
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
 

Constructor Detail

WorkshopModelVisualizer

public WorkshopModelVisualizer()
Method Detail

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