Package report

Contains all the report classes.

See:
          Description

Class Summary
AdjacencyGraphvizReport Generates Graphviz compatible graph from connections.
ConnectivityDtnsim2Report Link connectivity report generator for DTNSim2 input.
ContactTimesReport Reports the node contact time (i.e., how long they were in the range of each other) distribution.
DeliveredMessagesReport Report information about all delivered messages.
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.
DTN2Reporter The DTN2Reporter class is responsible for delivering bundles from The ONE to dtnd.
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.
MessageDelayReport Reports delivered messages' delays (one line per delivered message) and cumulative delivery probability sorted by message delays.
MessageDeliveryReport Report for of amount of messages delivered vs. time.
MessageGraphvizReport Creates a graphviz compatible graph of messages that were passed.
MessageStatsReport Report for generating different kind of total statistics about message relaying performance.
MovementNs2Report Movement report that generates suitable movement data for ns-2 simulator as described in http://www.isi.edu/nsnam/ns/doc/node174.html.
Report Abstract superclass for all reports.
TotalContactTimeReport Report for total amount of contact times among hosts.
 

Package report Description

Contains all the report classes. Reports can be used to create e.g. statistics and visualizations of the simulation. All report classes must be in this package and must extend the Report class so they can be dynamically loaded to the simulator. The classes to load can be specified trough Settings class' settings source. See Report class and classes extending it for details about the settings.