org.processmining.models.workshop.sjjleemans
Class SuperModelConnection

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.workshop.sjjleemans.AbstractSuperModelConnection<SuperModelParameters>
          extended by org.processmining.models.workshop.sjjleemans.SuperModelConnection
All Implemented Interfaces:
org.processmining.framework.connections.Connection

public class SuperModelConnection
extends AbstractSuperModelConnection<SuperModelParameters>


Field Summary
 
Fields inherited from class org.processmining.models.workshop.sjjleemans.AbstractSuperModelConnection
LOG, MODEL
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
SuperModelConnection(org.deckfour.xes.model.XLog log, ProcessTreeModel model, SuperModelParameters parameters)
           
 
Method Summary
 
Methods inherited from class org.processmining.models.workshop.sjjleemans.AbstractSuperModelConnection
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

SuperModelConnection

public SuperModelConnection(org.deckfour.xes.model.XLog log,
                            ProcessTreeModel model,
                            SuperModelParameters parameters)