Class BerthelotConnection

  • All Implemented Interfaces:
    org.processmining.framework.connections.Connection

    public class BerthelotConnection
    extends org.processmining.framework.connections.impl.AbstractConnection
    • Field Summary

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

        manager
    • Constructor Summary

      Constructors 
      Constructor Description
      BerthelotConnection​(org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.graphbased.directed.petrinet.Petrinet reducedNet, BerthelotParameters parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BerthelotParameters 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

      • BerthelotConnection

        public BerthelotConnection​(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
                                   org.processmining.models.graphbased.directed.petrinet.Petrinet reducedNet,
                                   BerthelotParameters parameters)