T - The type of the events in the traces that are generatedpublic abstract class BoundedRandomTraceGenerator<T extends Event> extends RandomTraceGenerator<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_numTraces
The number of traces to generate
|
protected int |
m_traceLength
The length of the traces to generate
|
m_random| Constructor and Description |
|---|
BoundedRandomTraceGenerator(java.util.Random random,
int num_traces,
int trace_length) |
| Modifier and Type | Method and Description |
|---|---|
TestSuite<T> |
generateTraces()
Generates a set of traces
|
nextEventprotected int m_numTraces
protected int m_traceLength
public BoundedRandomTraceGenerator(java.util.Random random,
int num_traces,
int trace_length)
public TestSuite<T> generateTraces()
TraceGeneratorgenerateTraces in class TraceGenerator<T extends Event>Copyright © Sylvain HallĂ©. All Rights Reserved.