Class SLDPNDiscoveryPlugin
- java.lang.Object
-
- org.processmining.stochasticlabelleddatapetrinet.plugins.SLDPNDiscoveryPlugin
-
public class SLDPNDiscoveryPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SLDPNDiscoveryPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SLDPNdiscover(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.SLDPNmine(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.acceptingpetrinet.models.AcceptingPetriNet model, org.deckfour.xes.model.XLog xLog)
-
-
-
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
-
-