Uses of Class
routing.RoutingInfo

Packages that use RoutingInfo
core Contains core classes and interfaces of the simulator. 
routing Contains all the router classes who decide how to handle the messages. 
 

Uses of RoutingInfo in core
 

Methods in core that return RoutingInfo
 RoutingInfo DTNHost.getRoutingInfo()
          Returns routing info of this host's router.
 

Uses of RoutingInfo in routing
 

Methods in routing that return RoutingInfo
 RoutingInfo ProphetRouter.getRoutingInfo()
           
 RoutingInfo MessageRouter.getRoutingInfo()
          Returns routing information about this router.
 RoutingInfo MaxPropRouter.getRoutingInfo()
           
 

Methods in routing that return types with arguments of type RoutingInfo
 java.util.List<RoutingInfo> RoutingInfo.getMoreInfo()
          Returns the child routing infos of this info.
 

Methods in routing with parameters of type RoutingInfo
 void RoutingInfo.addMoreInfo(RoutingInfo info)
          Adds child info object for this routing info.