| Class | Description |
|---|---|
| ComplexComponentSpecification |
A ComplexComponentSpecification is a ComponentSpecification which specifies
how to construct a 'complex' component for a TrafficGenerator.
|
| ComponentSpecification |
An instance of the ComponentSpecification class contains all of the
information needed to create a component for a TrafficGenerator.
|
| ConfigurationParser |
This class contains methods to parse the contents of a string which specifies
components for a TrafficGenerator object.
|
| PacketGeneratorFactory |
PacketGeneratorFactory creates PacketGenerators of the appropriate concrete
types based upon ComponentSpecifications.
|
| SizeDistributionFactory |
SizeDistributionFactory creates PacketSizeDistributions of the appropriate
concrete types based upon ComponentSpecifications.
|
| TimeDistributionFactory |
TimeDistributionFactory creates PacketTimeDistributions of the appropriate
concrete types based upon ComponentSpecifications.
|
| TrafficGeneratorBuilder |
This class configures and returns TrafficGenerator objects, based upon
parameters given to it.
|