Class POEMStochasticConformanceCheckingPlugin
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.plugins.POEMStochasticConformanceCheckingPlugin
-
public class POEMStochasticConformanceCheckingPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description POEMStochasticConformanceCheckingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StochasticBPMNConformanceCheckingResultrunDefault(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.stochasticbpmn.models.graphbased.directed.bpmn.stochastic.StochasticBPMNDiagram sBpmnDiagram, org.deckfour.xes.model.XLog log)The plug-in variant that runs in any context and uses the default parameters.
-
-
-
Method Detail
-
runDefault
public StochasticBPMNConformanceCheckingResult runDefault(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.stochasticbpmn.models.graphbased.directed.bpmn.stochastic.StochasticBPMNDiagram sBpmnDiagram, org.deckfour.xes.model.XLog log) throws BpmnNoOptionToCompleteException, BpmnUnboundedException, java.lang.InterruptedException
The plug-in variant that runs in any context and uses the default parameters.- Parameters:
context- The context to run in.sBpmnDiagram- The first input.log- The second input.- Returns:
- The output.
- Throws:
BpmnNoOptionToCompleteExceptionBpmnUnboundedExceptionjava.lang.InterruptedException
-
-