Class SLDPNDiscoveryPlugin


  • public class SLDPNDiscoveryPlugin
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static SLDPN discover​(org.deckfour.xes.model.XLog log, org.processmining.acceptingpetrinet.models.AcceptingPetriNet controlFlowModel, SLDPNDiscoveryParameters parameters)
      Discover a stochastic labelled data Petri net by annotating the given control flow model.
      SLDPN mine​(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.acceptingpetrinet.models.AcceptingPetriNet model, org.deckfour.xes.model.XLog xLog)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SLDPNDiscoveryPlugin

        public SLDPNDiscoveryPlugin()
    • Method Detail

      • mine

        public SLDPN mine​(org.processmining.contexts.uitopia.UIPluginContext context,
                          org.processmining.acceptingpetrinet.models.AcceptingPetriNet model,
                          org.deckfour.xes.model.XLog xLog)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • discover

        public static SLDPN discover​(org.deckfour.xes.model.XLog log,
                                     org.processmining.acceptingpetrinet.models.AcceptingPetriNet controlFlowModel,
                                     SLDPNDiscoveryParameters parameters)
                              throws WeightFitterException
        Discover a stochastic labelled data Petri net by annotating the given control flow model. This method will copy the log.
        Parameters:
        log -
        controlFlowModel -
        classifier -
        Returns:
        Throws:
        WeightFitterException