Class PAlignmentsResultConnection
- java.lang.Object
-
- org.processmining.framework.connections.impl.AbstractConnection
-
- org.processmining.connection.PLogConnection
-
- org.processmining.partialorder.plugins.vis.palignment.PAlignmentsResultConnection
-
- All Implemented Interfaces:
org.processmining.framework.connections.Connection
public class PAlignmentsResultConnection extends PLogConnection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALGPARAMETERstatic java.lang.StringMAPPINGstatic java.lang.StringPNstatic java.lang.StringREPLAYRESULT-
Fields inherited from class org.processmining.connection.PLogConnection
LINEARLOG, PARTIALLOG, POPARAMETER
-
-
Constructor Summary
Constructors Constructor Description PAlignmentsResultConnection(org.deckfour.xes.model.XLog log, PLog poTraces, PAlignments pnResult, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping, org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam parameters, PTraceParameter poparameters)
-
Method Summary
-
-
-
Field Detail
-
REPLAYRESULT
public static final java.lang.String REPLAYRESULT
- See Also:
- Constant Field Values
-
PN
public static final java.lang.String PN
- See Also:
- Constant Field Values
-
MAPPING
public static final java.lang.String MAPPING
- See Also:
- Constant Field Values
-
ALGPARAMETER
public static final java.lang.String ALGPARAMETER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PAlignmentsResultConnection
public PAlignmentsResultConnection(org.deckfour.xes.model.XLog log, PLog poTraces, PAlignments pnResult, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping, org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam parameters, PTraceParameter poparameters)
-
-