Class ExperimentSBP
- java.lang.Object
-
- org.processmining.partialorder.zexperiment.Experiment
-
- org.processmining.partialorder.zexperiment.ExperimentSBP
-
public class ExperimentSBP extends Experiment
This class provides the plugins (functions) that execute four experiments. (1) To execute the four experiments in the paper "Conformance checking based on partially ordered event data" published in BPM2014 SBP workshop, please check out the version 15231. Or check out the same class in the EnrichedLogReplayer package.- Author:
- xlu
-
-
Constructor Summary
Constructors Constructor Description ExperimentSBP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.processmining.plugins.petrinet.replayresult.PNRepResultrun(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.deckfour.xes.model.XLog log)-
Methods inherited from class org.processmining.partialorder.zexperiment.Experiment
computeDependencyMetricOfTrace, computeDirectlyPrecedings, generateTestLogByShuffleEvents, getConfiguration, getMoveByStepIndex, getPrintWriterByFile, printMetric, runTest, runTestWithoutPrint
-
-
-
-
Method Detail
-
run
public org.processmining.plugins.petrinet.replayresult.PNRepResult run(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.deckfour.xes.model.XLog log) throws java.lang.Exception- Throws:
java.lang.Exception
-
-