Uses of Class
pamvotis.core.Packet

Packages that use Packet
pamvotis.core   
 

Uses of Packet in pamvotis.core
 

Methods in pamvotis.core that return Packet
 Packet PacketBuffer.firstPacket()
           
 

Methods in pamvotis.core that return types with arguments of type Packet
 java.util.Vector<Packet> SourceManager.pollPacketsFromSources()
          Polls packets from all sources.
 java.util.Vector<Packet> MobileNode.pollPacketsFromSources()
          Calls the corresponding function of the source manager to poll one packet from each source
 

Method parameters in pamvotis.core with type arguments of type Packet
 void PacketBuffer.enqueue(java.util.Vector<Packet> newPackets)
          Gets all the packets that the source manager polled from each source and adds them to the packet buffer.