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

Packages that use Waypoint
edu.bonn.cs.iv.bonnmotion Base package for BonnMotion. 
edu.bonn.cs.iv.bonnmotion.models All scenario generators. 
 

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

Methods in edu.bonn.cs.iv.bonnmotion that return Waypoint
 Waypoint MobileNode.getWaypoint(int idx)
           
 Waypoint MobileNode.lastElement()
           
 Waypoint ScenarioLink.transition(Scenario _pre, int _mode, int _nn)
           
 Waypoint Scenario.transition(Scenario _pre, int _mode, int _nn)
           
 Waypoint ScenarioLink.transitionWaypointFast(Waypoint _w)
           
 Waypoint Scenario.transitionWaypointFast(Waypoint _w)
           
 Waypoint ScenarioLink.transitionWaypointMove(Waypoint _w, int _nn)
           
 Waypoint Scenario.transitionWaypointMove(Waypoint _w, int _nn)
           
 

Methods in edu.bonn.cs.iv.bonnmotion with parameters of type Waypoint
 Waypoint ScenarioLink.transitionWaypointFast(Waypoint _w)
           
 Waypoint Scenario.transitionWaypointFast(Waypoint _w)
           
 Waypoint ScenarioLink.transitionWaypointMove(Waypoint _w, int _nn)
           
 Waypoint Scenario.transitionWaypointMove(Waypoint _w, int _nn)
           
 

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

Methods in edu.bonn.cs.iv.bonnmotion.models that return Waypoint
 Waypoint ManhattanGrid.transitionWaypointFast(Waypoint _w)
           
 

Methods in edu.bonn.cs.iv.bonnmotion.models with parameters of type Waypoint
 Waypoint ManhattanGrid.transitionWaypointFast(Waypoint _w)