Uses of Class
report.Report

Packages that use Report
report Contains all the report classes. 
ui Contains superclass for all user interfaces and a simple user interface(s). 
 

Uses of Report in report
 

Subclasses of Report in report
 class AdjacencyGraphvizReport
          Generates Graphviz compatible graph from connections.
 class ConnectivityDtnsim2Report
          Link connectivity report generator for DTNSim2 input.
 class ContactTimesReport
          Reports the node contact time (i.e., how long they were in the range of each other) distribution.
 class DeliveredMessagesReport
          Report information about all delivered messages.
 class DistanceDelayReport
          Report for how far apart the nodes were when the message was sent and how long time & how many hops it took to deliver it.
 class DTN2Reporter
          The DTN2Reporter class is responsible for delivering bundles from The ONE to dtnd.
 class InterContactTimesReport
          Reports the inter-contact time (i.e., the time between the end of previous contact and the beginning of a new contact between two hosts) distribution.
 class MessageDelayReport
          Reports delivered messages' delays (one line per delivered message) and cumulative delivery probability sorted by message delays.
 class MessageDeliveryReport
          Report for of amount of messages delivered vs. time.
 class MessageGraphvizReport
          Creates a graphviz compatible graph of messages that were passed.
 class MessageStatsReport
          Report for generating different kind of total statistics about message relaying performance.
 class MovementNs2Report
          Movement report that generates suitable movement data for ns-2 simulator as described in http://www.isi.edu/nsnam/ns/doc/node174.html.
 class TotalContactTimeReport
          Report for total amount of contact times among hosts.
 

Uses of Report in ui
 

Fields in ui with type parameters of type Report
protected  java.util.Vector<Report> DTNSimUI.reports
          Reports that are loaded for this simulation
 

Methods in ui with parameters of type Report
protected  void DTNSimUI.addReport(Report r)
          Adds a new report for simulator