Uses of Interface
sidnet.core.interfaces.AppInterface

Packages that use AppInterface
shaohua_project.sweep.app   
shaohua_project.sweep.routing   
sidnet.stack.std.routing.dummyroute   
sidnet.stack.users.alternating_tree.app   
sidnet.stack.users.alternating_tree.routing   
sidnet.stack.users.Bezier.app   
sidnet.stack.users.Bezier.routing   
sidnet.stack.users.demo_multi_tree.app   
sidnet.stack.users.demo_multi_tree.routing   
sidnet.stack.users.EECS510.app   
sidnet.stack.users.EECS510.routing   
sidnet.stack.users.geographical_tree_aggregation.app   
sidnet.stack.users.geographical_tree_aggregation.routing   
sidnet.stack.users.k_shortest_path.app   
sidnet.stack.users.k_shortest_path.routing   
sidnet.stack.users.marco_project.image_charges.app   
sidnet.stack.users.marco_project.image_charges.routing   
sidnet.stack.users.marco_project.node_centric.app   
sidnet.stack.users.marco_project.node_centric.routing   
sidnet.stack.users.marco_project.packet_centric.app   
sidnet.stack.users.marco_project.packet_centric.routing   
sidnet.stack.users.sample_p2p.app   
sidnet.stack.users.sample_p2p.routing   
sidnet.stack.users.SenSys08.app   
sidnet.stack.users.SenSys08.routing   
sidnet.stack.users.topological_tree_aggregation.app   
sidnet.stack.users.topological_tree_aggregation.routing   
sidnet.stack.users.triggers_project.app   
sidnet.stack.users.triggers_project.routing   
sidnet.stack.users.waspsample.app   
sidnet.stack.users.waspsample.routing   
 

Uses of AppInterface in shaohua_project.sweep.app
 

Methods in shaohua_project.sweep.app that return AppInterface
 AppInterface AppSweep.getAppProxy()
           
 

Uses of AppInterface in shaohua_project.sweep.routing
 

Methods in shaohua_project.sweep.routing with parameters of type AppInterface
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 void SweepRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.std.routing.dummyroute
 

Methods in sidnet.stack.std.routing.dummyroute with parameters of type AppInterface
 void DummyRoute.setAppInterface(AppInterface appInterface)
          internals - for hooking up with App-Layer
 

Uses of AppInterface in sidnet.stack.users.alternating_tree.app
 

Methods in sidnet.stack.users.alternating_tree.app that return AppInterface
 AppInterface App_AlternatingTree.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.alternating_tree.routing
 

Methods in sidnet.stack.users.alternating_tree.routing with parameters of type AppInterface
 void GeographicalTreeRouting.setAppInterface(AppInterface appInterface)
           
 void GeographicalTreeRoutingAlternating.setAppInterface(AppInterface appInterface)
           
 void KShortestPathRouting5.setAppInterface(AppInterface appInterface)
           
 void RouteBezier.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.Bezier.app
 

Methods in sidnet.stack.users.Bezier.app that return AppInterface
 AppInterface AppP2P.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.Bezier.routing
 

Methods in sidnet.stack.users.Bezier.routing with parameters of type AppInterface
 void RouteBezier.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.demo_multi_tree.app
 

Methods in sidnet.stack.users.demo_multi_tree.app that return AppInterface
 AppInterface App_DemoMultiTree.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.demo_multi_tree.routing
 

Methods in sidnet.stack.users.demo_multi_tree.routing with parameters of type AppInterface
 void MultiTreeRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.EECS510.app
 

Methods in sidnet.stack.users.EECS510.app that return AppInterface
 AppInterface App_Assignment2.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.EECS510.routing
 

Methods in sidnet.stack.users.EECS510.routing with parameters of type AppInterface
 void Route_Assignment2.setAppInterface(AppInterface appInterface)
          internals - for hooking up with App-Layer
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.geographical_tree_aggregation.app
 

Methods in sidnet.stack.users.geographical_tree_aggregation.app that return AppInterface
 AppInterface App_TreeBasedAggregation.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.geographical_tree_aggregation.routing
 

Methods in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type AppInterface
 void GeographicalTreeRouting.setAppInterface(AppInterface appInterface)
           
 void GeographicalTreeRoutingAlternating.setAppInterface(AppInterface appInterface)
           
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.k_shortest_path.app
 

Methods in sidnet.stack.users.k_shortest_path.app that return AppInterface
 AppInterface AppP2P.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.k_shortest_path.routing
 

Methods in sidnet.stack.users.k_shortest_path.routing with parameters of type AppInterface
 void KShortestPathRouting.setAppInterface(AppInterface appInterface)
           
 void KShortestPathRouting5.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.marco_project.image_charges.app
 

Methods in sidnet.stack.users.marco_project.image_charges.app that return AppInterface
 AppInterface AppP2P_electrostatic.getAppProxy()
          Return self-referencing APPLICATION proxy entity.
 

Uses of AppInterface in sidnet.stack.users.marco_project.image_charges.routing
 

Methods in sidnet.stack.users.marco_project.image_charges.routing with parameters of type AppInterface
 void ElectrostaticRouter.setAppInterface(AppInterface appInterface)
          internals - for hooking up with App-Layer
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.marco_project.node_centric.app
 

Methods in sidnet.stack.users.marco_project.node_centric.app that return AppInterface
 AppInterface AppP2P_electrostatic.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.marco_project.node_centric.routing
 

Methods in sidnet.stack.users.marco_project.node_centric.routing with parameters of type AppInterface
 void ElectrostaticRouter.setAppInterface(AppInterface appInterface)
          internals - for hooking up with App-Layer
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.marco_project.packet_centric.app
 

Methods in sidnet.stack.users.marco_project.packet_centric.app that return AppInterface
 AppInterface AppP2P_electrostatic.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.marco_project.packet_centric.routing
 

Methods in sidnet.stack.users.marco_project.packet_centric.routing with parameters of type AppInterface
 void ElectrostaticRouter.setAppInterface(AppInterface appInterface)
          internals - for hooking up with App-Layer
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.sample_p2p.app
 

Methods in sidnet.stack.users.sample_p2p.app that return AppInterface
 AppInterface AppSampleP2P.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.sample_p2p.routing
 

Methods in sidnet.stack.users.sample_p2p.routing with parameters of type AppInterface
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.SenSys08.app
 

Methods in sidnet.stack.users.SenSys08.app that return AppInterface
 AppInterface App_TreeBasedAggregation.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.SenSys08.routing
 

Methods in sidnet.stack.users.SenSys08.routing with parameters of type AppInterface
 void GeographicalTreeRouting.setAppInterface(AppInterface appInterface)
           
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.topological_tree_aggregation.app
 

Methods in sidnet.stack.users.topological_tree_aggregation.app that return AppInterface
 AppInterface App_TreeBasedAggregation.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.topological_tree_aggregation.routing
 

Methods in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type AppInterface
 void KShortestPathRouting.setAppInterface(AppInterface appInterface)
           
 void RouteBezier.setAppInterface(AppInterface appInterface)
           
 void TopologicalTreeRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.triggers_project.app
 

Methods in sidnet.stack.users.triggers_project.app that return AppInterface
 AppInterface App_Triggers.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.triggers_project.routing
 

Methods in sidnet.stack.users.triggers_project.routing with parameters of type AppInterface
 void GeographicalTreeRouting.setAppInterface(AppInterface appInterface)
           
 void ShortestGeographicalPathRouting.setAppInterface(AppInterface appInterface)
           
 

Uses of AppInterface in sidnet.stack.users.waspsample.app
 

Methods in sidnet.stack.users.waspsample.app that return AppInterface
 AppInterface AppWasp.getAppProxy()
           
 

Uses of AppInterface in sidnet.stack.users.waspsample.routing
 

Methods in sidnet.stack.users.waspsample.routing with parameters of type AppInterface
 void TreeRouting.setAppInterface(AppInterface appInterface)