Returns a map of this router's delivery predictions @return a map of this router's delivery predictions
()
| 187 | * @return a map of this router's delivery predictions |
| 188 | */ |
| 189 | private Map<DTNHost, Double> getDeliveryPreds() { |
| 190 | ageDeliveryPreds(); // make sure the aging is done |
| 191 | return this.preds; |
| 192 | } |
| 193 | |
| 194 | @Override |
| 195 | public void update() { |
no test coverage detected