Package | Description |
---|---|
jsensor.nodes.messages |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<Packet> |
PacketsInTheAir.getNodePackets(Node node,
int time) |
java.util.LinkedList<Packet> |
Inbox.getPackets(long time)
Return all packets which receiveTime is lower than the specified time.
|
Modifier and Type | Method and Description |
---|---|
void |
Inbox.add(Packet p) |
void |
PacketsInTheAir.addNewPacket(Node target,
Packet p) |
int |
Packet.compareTo(Packet o) |