|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.processmining.framework.connections.impl.AbstractConnection
org.processmining.models.workshop.connections.WorkshopModelConnection<Parameters>
public class WorkshopModelConnection<Parameters>
Conencts an event log to a workshop model, provided the parameters used to mine the model from the log.
| Field Summary | |
|---|---|
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. |
| Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection |
|---|
manager |
| Constructor Summary | |
|---|---|
WorkshopModelConnection(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. |
|
| Method Summary | |
|---|---|
Parameters |
getParameters()
Gets the parameters used to mine the workshop model from the event log. |
| Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection |
|---|
containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, isRemoved, put, remove, remove, setLabel, setManager, toString, updated |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String LOG
public static final java.lang.String MODEL
| Constructor Detail |
|---|
public WorkshopModelConnection(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.| Method Detail |
|---|
public Parameters getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||