Uses of Interface
org.osid.mapping.route.Route
Packages that use Route
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.route
service.
-
Uses of Route in org.osid.mapping.route
Methods in org.osid.mapping.route that return RouteModifier and TypeMethodDescriptionRouteAdminSession.createRoute(RouteForm routeForm) Creates a newRoute.RoutingSession.getFastestRoute(Id locationId, Id anotherLocationId, Type routingType) Gets the fastest route between the two given locations.MyRouteSession.getMyRoute()Gets the current route of this agent.RouteList.getNextRoute()Gets the nextRoutein this list.Route[]RouteList.getNextRoutes(long n) Gets the next set ofRouteelements in this list.Gets theRoutespecified by itsId.RouteProgress.getRoute()Gets the route.Gets all routes between the two given locations.RoutingSession.getShortestRoute(Id locationId, Id anotherLocationId, Type routingType) Gets the shortest route between the two given locations.