Class TLCCConnection
- java.lang.Object
-
- org.processmining.framework.connections.impl.AbstractConnection
-
- org.processmining.trafficlightcc.connections.TLCCConnection
-
- All Implemented Interfaces:
org.processmining.framework.connections.Connection
public class TLCCConnection extends org.processmining.framework.connections.impl.AbstractConnection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDIAGNOSTICSLabel for end of the connection (i.e., the diagnostics)static java.lang.StringLOGLabel for log input of the connectionstatic java.lang.StringMODELLabel for model input of the connection
-
Constructor Summary
Constructors Constructor Description TLCCConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet pn, org.deckfour.xes.model.XLog log, TLConfParameters tlConfParam, TLConfDiagnosticsBundle tlcDiagBundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequalParam(TLConfParameters paramOther)
-
-
-
Field Detail
-
LOG
public static final java.lang.String LOG
Label for log input of the connection- See Also:
- Constant Field Values
-
MODEL
public static final java.lang.String MODEL
Label for model input of the connection- See Also:
- Constant Field Values
-
DIAGNOSTICS
public static final java.lang.String DIAGNOSTICS
Label for end of the connection (i.e., the diagnostics)- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TLCCConnection
public TLCCConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet pn, org.deckfour.xes.model.XLog log, TLConfParameters tlConfParam, TLConfDiagnosticsBundle tlcDiagBundle)
-
-
Method Detail
-
equalParam
public boolean equalParam(TLConfParameters paramOther)
-
-