A B C D E F G H I L M N O P Q R S T U V W X Y Z

U

UnboundedSeenPacketCache - Class in yass.packet.cache
Simple concrete implementation of SeenPacketCache in which an unbounded set stores all packets ever registered and never removes any.
UnboundedSeenPacketCache() - Constructor for class yass.packet.cache.UnboundedSeenPacketCache
Creates a new instance of UnboundedSeenPacketCache
undeliveredBitCount - Variable in class yass.analysis.AnalysisResults
Number of undelivered bits
undeliveredPacketCount - Variable in class yass.analysis.AnalysisResults
Number of undelivered packets
UnknownHeaderNodePacketInterestPolicy - Class in yass.packet.interest
Determines if a given packet is of interest to a node by determining if it is stored currently in the node's seen-packet cache.
UnknownHeaderNodePacketInterestPolicy() - Constructor for class yass.packet.interest.UnknownHeaderNodePacketInterestPolicy
Creates a new instance of UnknownHeaderNodePacketInterestPolicy
UnweightedDestinationPicker - Class in yass.traffic
Randomly selects a destination from the set of candidate destinations, such that every candidate destination has an equal probability of selection.
UnweightedDestinationPicker(Node, Set<Node>) - Constructor for class yass.traffic.UnweightedDestinationPicker
Constructs a new instance of UnweightedDestinationPicker
updateBitsReceived(int) - Method in class yass.radio.Reception
Changes the internal object fields to reflect the receipt of a number of data bits.
updateCacheEntry(Packet) - Method in class yass.packet.cache.BoundedFifoSeenPacketCache
Updates the existing cache entry for the specified packet.
updateCacheEntry(Packet) - Method in class yass.packet.cache.SeenPacketCache
Updates the existing cache entry for the specified packet.
updateCacheEntry(Packet) - Method in class yass.packet.cache.UnboundedSeenPacketCache
Updates the existing cache entry for the specified packet.
upperBound - Variable in class yass.traffic.DistanceBoundedDestinationPicker
Upper bound on distance in metres

A B C D E F G H I L M N O P Q R S T U V W X Y Z