Package org.processmining.connection
Class PLogConnection
- java.lang.Object
-
- org.processmining.framework.connections.impl.AbstractConnection
-
- org.processmining.connection.PLogConnection
-
- All Implemented Interfaces:
org.processmining.framework.connections.Connection
- Direct Known Subclasses:
PAlignmentResultConnection,PAlignmentsResultConnection
public class PLogConnection extends org.processmining.framework.connections.impl.AbstractConnection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLINEARLOGstatic java.lang.StringPARTIALLOGstatic java.lang.StringPOPARAMETER
-
Constructor Summary
Constructors Constructor Description PLogConnection(java.lang.String label, org.deckfour.xes.model.XLog log, PLog poTraces, PTraceParameter poparameters)PLogConnection(org.deckfour.xes.model.XLog log, PLog poTraces, PTraceParameter poparameters)
-
Method Summary
-
-
-
Field Detail
-
LINEARLOG
public static final java.lang.String LINEARLOG
- See Also:
- Constant Field Values
-
PARTIALLOG
public static final java.lang.String PARTIALLOG
- See Also:
- Constant Field Values
-
POPARAMETER
public static final java.lang.String POPARAMETER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PLogConnection
public PLogConnection(org.deckfour.xes.model.XLog log, PLog poTraces, PTraceParameter poparameters)
-
PLogConnection
public PLogConnection(java.lang.String label, org.deckfour.xes.model.XLog log, PLog poTraces, PTraceParameter poparameters)
-
-