Class AbstractProcessTreeModelConnection<Parameters>

  • All Implemented Interfaces:
    org.processmining.framework.connections.Connection
    Direct Known Subclasses:
    ProcessTreeModelConnection

    public class AbstractProcessTreeModelConnection<Parameters>
    extends org.processmining.framework.connections.impl.AbstractConnection
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LOG  
      static java.lang.String MODEL  
      • Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection

        manager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Parameters getParameters()  
      • 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
    • Constructor Detail

      • AbstractProcessTreeModelConnection

        public AbstractProcessTreeModelConnection​(org.deckfour.xes.model.XLog log,
                                                  org.processmining.processtree.ProcessTree model,
                                                  Parameters parameters)
    • Method Detail

      • getParameters

        public Parameters getParameters()