public class RandomLogSamplePlugin
extends java.lang.Object
Constructor and Description |
---|
RandomLogSamplePlugin() |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
createRandomSampleByTraces(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
static org.deckfour.xes.model.XLog |
createRandomSampleLog(org.deckfour.xes.model.XLog log,
int numTraces,
org.processmining.framework.plugin.Progress progress) |
static org.deckfour.xes.model.XLog |
createRandomSampleLog(org.deckfour.xes.model.XLog log,
int numTraces,
org.processmining.framework.plugin.Progress progress,
int seed) |
static org.deckfour.xes.model.XLog |
createRandomSampleLog(org.deckfour.xes.model.XLog log,
int numTraces,
org.processmining.framework.plugin.Progress progress,
java.util.Random random) |
public org.deckfour.xes.model.XLog createRandomSampleByTraces(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
public static org.deckfour.xes.model.XLog createRandomSampleLog(org.deckfour.xes.model.XLog log, int numTraces, org.processmining.framework.plugin.Progress progress)
public static org.deckfour.xes.model.XLog createRandomSampleLog(org.deckfour.xes.model.XLog log, int numTraces, org.processmining.framework.plugin.Progress progress, int seed)
public static org.deckfour.xes.model.XLog createRandomSampleLog(org.deckfour.xes.model.XLog log, int numTraces, org.processmining.framework.plugin.Progress progress, java.util.Random random)