Uses of Class
yass.traffic.producer.PacketProducer

Packages that use PacketProducer
yass.igf   
yass.network   
yass.traffic.producer   
 

Uses of PacketProducer in yass.igf
 

Subclasses of PacketProducer in yass.igf
 class IgfDummyPacketProducer
          In the current implementation of IGF, the IGF packets are generated by an instance of IgfPacketScheduler.
 

Uses of PacketProducer in yass.network
 

Fields in yass.network with type parameters of type PacketProducer
private  java.util.Set<PacketProducer> Node.packetProducers
          Set of PacketProducers active at this Node
 

Methods in yass.network that return types with arguments of type PacketProducer
 java.util.Set<PacketProducer> Node.getPacketProducers()
          Obtains the unmodifiable set of PacketProducers of this Node
 

Method parameters in yass.network with type arguments of type PacketProducer
 void Node.setPacketProducers(java.util.Set<PacketProducer> newPacketProducers)
          Specifies a new set of PacketProducers for this node
 

Uses of PacketProducer in yass.traffic.producer
 

Subclasses of PacketProducer in yass.traffic.producer
 class RatePacketProducer
          Generates packets at unknown times but at a known rate
 class SpecifiedPacketProducer
          Generates the specified packets at the specified time.
 class SporadicPacketProducer
          Sporadic generator of packets.