| Package | Description |
|---|---|
| org.processmining.models.workshop.connections | |
| org.processmining.models.workshop.graph | |
| org.processmining.plugins.workshop.spoilers |
| Constructor and Description |
|---|
AbstractWorkshopGraphConnection(WorkshopModel model,
WorkshopGraph graph,
Parameters parameters)
Creates a connection from a workshop model to a workflow graph, where the
graph is derived from the model using the given parameters.
|
| Constructor and Description |
|---|
WorkshopNode(org.deckfour.xes.classification.XEventClass eventClass,
WorkshopGraph graph)
Creates a node for the given graph with given event class.
|
| Modifier and Type | Method and Description |
|---|---|
WorkshopGraph |
WorkshopConversionPlugin.convertDefault(org.processmining.framework.plugin.PluginContext context,
WorkshopModel model)
Conversion using default parameter values.
|
WorkshopGraph |
WorkshopConversionPlugin.convertDialog(org.processmining.contexts.uitopia.UIPluginContext context,
WorkshopModel model)
Conversion using user-provided parameter values.
|
WorkshopGraph |
WorkshopConversionPlugin.convertParameters(org.processmining.framework.plugin.PluginContext context,
WorkshopModel model,
WorkshopConversionParameters parameters)
Conversion using given parameter values.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
WorkshopGraphVisualizer.visualize(org.processmining.framework.plugin.PluginContext context,
WorkshopGraph graph)
Visualizes the given workshop graph.
|
| Constructor and Description |
|---|
WorkshopConversionConnection(WorkshopModel model,
WorkshopGraph graph,
WorkshopConversionParameters parameters)
Creates the connection between the model, graph, and parameters.
|