Class 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.String DIAGNOSTICS
      Label for end of the connection (i.e., the diagnostics)
      static java.lang.String LOG
      Label for log input of the connection
      static java.lang.String MODEL
      Label for model input of the connection
      • Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection

        manager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equalParam​(TLConfParameters paramOther)  
      • 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

      • 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)