Class PTraceConstructionFactory
- java.lang.Object
-
- org.processmining.partialorder.ptrace.plugins.builder.PTraceConstructionFactory
-
public class PTraceConstructionFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PTraceConstructionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PLogcallContructPLogWorkflow(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, PTraceParameter parameter)This function executes the workflow to (re)construct a PLog from the input logstatic PTraceBuilderAlggetPTraceBuilder(int i, org.deckfour.xes.model.XTrace t, PTraceParameter param)
-
-
-
Method Detail
-
callContructPLogWorkflow
public static PLog callContructPLogWorkflow(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, PTraceParameter parameter)
This function executes the workflow to (re)construct a PLog from the input log- Returns:
- result[0] = partially ordered log; result[1] = original sequential log
-
getPTraceBuilder
public static PTraceBuilderAlg getPTraceBuilder(int i, org.deckfour.xes.model.XTrace t, PTraceParameter param)
-
-