public class TimeDistributionFactory
extends java.lang.Object
| Constructor and Description |
|---|
TimeDistributionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PacketTimeDistribution |
createTimeDistribution(ComponentSpecification specification) |
public static PacketTimeDistribution createTimeDistribution(ComponentSpecification specification)
specification - a ComponentSpecification object indicating how to
construct the desired PacketTimeDistributionjava.lang.IllegalArgumentException - if the main component type of the
specification is not ComponentType.TIME_DISTRIBUTION, if the specific
component type is not recognized, or if any of the parameters provided is
invalid for the indicated type of PacketTimeDistribution