Class PLogPlugin
- java.lang.Object
-
- org.processmining.partialorder.ptrace.plugins.builder.PLogPlugin
-
public class PLogPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PLogPlugin()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PLogcomputePTraces(org.deckfour.xes.model.XLog origLog, PTraceParameter param)PLogcomputePTraces(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)PLogcomputePTraces(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog origLog, PTraceParameter param)PLogcomputePTracesViaGui(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)ProM plugin interfacesPLogcomputePTracesViaGui(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, PTraceParameter parameter)static PLogcomputeSeqPTraces(org.deckfour.xes.model.XLog origLog)
-
-
-
Method Detail
-
computePTracesViaGui
public PLog computePTracesViaGui(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
ProM plugin interfaces
-
computePTraces
public PLog computePTraces(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
-
computePTracesViaGui
public PLog computePTracesViaGui(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, PTraceParameter parameter)
-
computePTraces
public static PLog computePTraces(org.deckfour.xes.model.XLog origLog, PTraceParameter param)
-
computeSeqPTraces
public static PLog computeSeqPTraces(org.deckfour.xes.model.XLog origLog)
-
computePTraces
public PLog computePTraces(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog origLog, PTraceParameter param)
-
-