Package report

Contains all the report classes.

See:
          Description

Class Summary
ConnectivityListReport Class that saves in a file all the connections between two hosts, if two of them have already seen ad encounter another the visit countes gets a +1
CreateNodeTrace Class that gets all the informations on the mobility of a user by implementing the MovementListener.
DeliveredMessagesProfileCastReport Report information about all delivered messages with profilecast.
MessageOwnSimilarityReport Saves and writes to a file all the messages with their own similarity.
MessageStatsProfileCastReport Report for generating different kind of total statistics about message relaying performance.
NodesSVDReport Class that wirtes in a file all the matrices obtained from SVD for each node.
 

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.