Uses of Class
edu.bonn.cs.iv.bonnmotion.App

Packages that use App
edu.bonn.cs.iv.bonnmotion Base package for BonnMotion. 
edu.bonn.cs.iv.bonnmotion.apps All applications to modify or analyse scenarios. 
edu.bonn.cs.iv.bonnmotion.models All scenario generators. 
 

Uses of App in edu.bonn.cs.iv.bonnmotion
 

Subclasses of App in edu.bonn.cs.iv.bonnmotion
 class RandomSpeedBase
          Base class for those models that needs three parameters minimum speed, maximum speed maximum pause time.
 class Scenario
          Base class for creating new scenarios.
 

Uses of App in edu.bonn.cs.iv.bonnmotion.apps
 

Subclasses of App in edu.bonn.cs.iv.bonnmotion.apps
 class Cut
          Application to save a certain timeframe from one scenario into a new file.
 class GlomoFile
          Application that creates a movement file for Glomosim (2.0.3) and Qualnet (3.5.1).
 class LinkDump
          Application that dumps the link durations in a movement scenario to the standard output.
 class NSFile
          Application that creates a movement file for ns-2.
 class SPPXml
          Application that generates a motion file according to Horst Hellbrücks XML schema.
 class Statistics
          Application that calculates various statistics for movement scenarios.
 class Visplot
          Application that calculates various statistics for movement scenarios.
 

Uses of App in edu.bonn.cs.iv.bonnmotion.models
 

Subclasses of App in edu.bonn.cs.iv.bonnmotion.models
 class GaussMarkov
          Application to construct Gauss-Markov mobility scenarios.
 class ManhattanGrid
          Manhattan Grid mobility scenario.
 class OriginalGaussMarkov
          Application to construct Gauss-Markov mobility scenarios.
 class RandomWaypoint
          Application to construct Randomwaypoint mobility scenarios.
 class RPGM
          Application to create movement scenarios according to the Reference Point Group Mobility model.
 class Static
          Application to construct static scenarios.