public abstract class TraceSimulatorAbstr extends java.lang.Object implements TraceSimulator
Modifier and Type | Field and Description |
---|---|
protected org.processmining.framework.plugin.PluginContext |
context |
protected org.deckfour.xes.factory.XFactory |
factory |
protected SimulationSettings |
settings |
Constructor and Description |
---|
TraceSimulatorAbstr(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.factory.XFactory factory,
SimulationSettings settings) |
Modifier and Type | Method and Description |
---|---|
protected org.deckfour.xes.model.XEvent |
createEvent(java.lang.String name,
long time) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
simulateTrace
protected org.processmining.framework.plugin.PluginContext context
protected org.deckfour.xes.factory.XFactory factory
protected SimulationSettings settings
public TraceSimulatorAbstr(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.factory.XFactory factory, SimulationSettings settings)