T - The type of the events in the traces that are generatedpublic abstract class RandomTraceGenerator<T extends Event> extends TraceGenerator<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Random |
m_random
A random number generator used to generate the random events
|
| Constructor and Description |
|---|
RandomTraceGenerator(java.util.Random random) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
nextEvent(java.util.Random random)
Generates a new event randomly
|
generateTracesprotected java.util.Random m_random
protected abstract T nextEvent(java.util.Random random)
random - The random number generator used to generate the eventCopyright © Sylvain HallĂ©. All Rights Reserved.