Class PAlignmentResultConnection

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

    public class PAlignmentResultConnection
    extends PLogConnection
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALGPARAMETER  
      static java.lang.String MAPPING  
      static java.lang.String PN  
      static java.lang.String REPLAYRESULT  
      • Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection

        manager
    • Constructor Summary

      Constructors 
      Constructor Description
      PAlignmentResultConnection​(org.deckfour.xes.model.XLog log, PLog poTraces, org.processmining.plugins.petrinet.replayresult.PNRepResult pnResult, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph, org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping, org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam parameters, PTraceParameter poparameters)  
    • Method Summary

      • 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

      • PAlignmentResultConnection

        public PAlignmentResultConnection​(org.deckfour.xes.model.XLog log,
                                          PLog poTraces,
                                          org.processmining.plugins.petrinet.replayresult.PNRepResult pnResult,
                                          org.processmining.models.graphbased.directed.petrinet.PetrinetGraph graph,
                                          org.processmining.plugins.connectionfactories.logpetrinet.TransEvClassMapping mapping,
                                          org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam parameters,
                                          PTraceParameter poparameters)