| Package | Description |
|---|---|
| ds.funnel.traffic | |
| ds.funnel.traffic.component.packetgenerator | |
| ds.funnel.traffic.factory |
| Modifier and Type | Method and Description |
|---|---|
void |
TrafficGenerator.setPacketGenerator(PacketGenerator newPacketGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ECGPacketGenerator
A packet generator which generates ECG readings based upon data read from a
file.
|
class |
EEGPacketGenerator
A packet generator which produces packets containing segments of EEG readings
using data read from provided files.
|
class |
RandomPacketGenerator
A RandomPacketGenerator is a PacketGenerator which populates the packets
returned with random bytes generated using an instance of java.util.Random.
|
class |
ThoraxPacketGenerator
I swear I will document this.
|
| Modifier and Type | Method and Description |
|---|---|
static PacketGenerator |
PacketGeneratorFactory.createPacketGenerator(ComponentSpecification specification)
Creates a new PacketGenerator following the provided
ComponentSpecification, if the specification is valid (has the correct
main and specific type identifiers for a recognized packet generator
type, and has valid parameters for the specified packet generator).
|