public class PlanningBasedAlignmentConnection
extends org.processmining.framework.connections.impl.AbstractConnection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOG_LABEL
Label for event log.
|
static java.lang.String |
PETRINET_LABEL
Label for Petri net.
|
static java.lang.String |
PN_REPLAY_RESULT_LABEL
Label for Petri net replay result.
|
| Constructor and Description |
|---|
PlanningBasedAlignmentConnection(org.deckfour.xes.model.XLog log,
org.processmining.models.graphbased.directed.petrinet.Petrinet petrinet,
PlanningBasedAlignmentParameters parameters,
PlanningBasedReplayResult output)
Create a connection.
|
| Modifier and Type | Method and Description |
|---|---|
PlanningBasedAlignmentParameters |
getParameters() |
public static final java.lang.String LOG_LABEL
public static final java.lang.String PETRINET_LABEL
public static final java.lang.String PN_REPLAY_RESULT_LABEL
public PlanningBasedAlignmentConnection(org.deckfour.xes.model.XLog log,
org.processmining.models.graphbased.directed.petrinet.Petrinet petrinet,
PlanningBasedAlignmentParameters parameters,
PlanningBasedReplayResult output)
log - The event log to replay.petrinet - The Petri net on which the log has to be replayed.output - The result of the replay of the event log on the Petri net.parameters - The parameters to use.public PlanningBasedAlignmentParameters getParameters()