public abstract class AbstractWorkshopModelConnection<Parameters>
extends org.processmining.framework.connections.impl.AbstractConnection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOG
Label for the log end of the connection.
|
static java.lang.String |
MODEL
Label for the model end of the connection.
|
| Constructor and Description |
|---|
AbstractWorkshopModelConnection(org.deckfour.xes.model.XLog log,
WorkshopModel model,
Parameters parameters)
Creates a connection from an event log to a workshop model, where the
model is mined from the log using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Parameters |
getParameters()
Gets the parameters used to mine the workshop model from the event log.
|
public static final java.lang.String LOG
public static final java.lang.String MODEL
public AbstractWorkshopModelConnection(org.deckfour.xes.model.XLog log,
WorkshopModel model,
Parameters parameters)
log - The event log.model - The mined workshop model.parameters - The parameters used to mine the model from the log.public Parameters getParameters()