Uses of Interface
jist.swans.net.NetInterface

Packages that use NetInterface
driver SWANS demo, benchmark and test simulation programs. 
jist.swans.app Application layer entity of SWANS simulator and related classes. 
jist.swans.mac Link or Media Access Control (Mac) layer entity of SWANS simulator and related classes. 
jist.swans.misc Shared odds and ends of SWANS simulator. 
jist.swans.net Network (IP) layer entity of SWANS simulator and related classes. 
jist.swans.route Routing entity of SWANS simulator and related classes. 
jist.swans.trans Transport layer entity of SWANS simulator and related classes. 
shaohua_project.sweep.app   
shaohua_project.sweep.routing   
sidnet.stack.std.mac   
sidnet.stack.std.mac.ieee802_15_4   
sidnet.stack.std.routing.dummyroute   
sidnet.stack.std.routing.heartbeat   
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.commons   
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.sigmod.app   
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 NetInterface in driver
 

Methods in driver that return NetInterface
static NetInterface ip.createNode(Field field, int i, Location location, RadioNoise radio, NetAddress addr, NetInterface.NetHandler nethandler)
           
 

Uses of NetInterface in jist.swans.app
 

Methods in jist.swans.app with parameters of type NetInterface
 void AppHeartbeat.setNetEntity(NetInterface netEntity)
          Set network entity.
 

Uses of NetInterface in jist.swans.mac
 

Fields in jist.swans.mac declared as NetInterface
protected  NetInterface Mac802_11.netEntity
          Network upcall entity interface.
 

Methods in jist.swans.mac with parameters of type NetInterface
 void Mac802_11.setNetEntity(NetInterface net, byte netid)
          Hook up with the network entity.
 void MacDumb.setNetEntity(NetInterface net, byte netid)
          Hook up with the network entity.
 void MacLoop.setNetEntity(NetInterface net, byte netid)
          Hook up with the network entity.
 

Uses of NetInterface in jist.swans.misc
 

Fields in jist.swans.misc declared as NetInterface
protected  NetInterface Node.net
           
protected  NetInterface Node.netEntity
           
 

Methods in jist.swans.misc with parameters of type NetInterface
 void Node.addNetwork(NetInterface net)
           
 

Uses of NetInterface in jist.swans.net
 

Classes in jist.swans.net that implement NetInterface
 class NetIp
          IPv4 implementation based on RFC 791.
 

Fields in jist.swans.net declared as NetInterface
protected  NetInterface NetIp.self
          self-referencing proxy entity.
 

Methods in jist.swans.net that return NetInterface
 NetInterface NetIp.getProxy()
          Return self-referencing proxy entity.
 

Uses of NetInterface in jist.swans.route
 

Methods in jist.swans.route with parameters of type NetInterface
 void RouteAodv.setNetEntity(NetInterface netEntity)
          Sets network entity.
 void RouteDsr.setNetEntity(NetInterface netEntity)
          Sets the interface to the network layer.
 void RouteZrp.setNetEntity(NetInterface netEntity)
          Set network entity.
 

Uses of NetInterface in jist.swans.trans
 

Methods in jist.swans.trans with parameters of type NetInterface
 void TransTcp.setNetEntity(NetInterface netEntity)
          Sets the reference to the network layer.
 void TransUdp.setNetEntity(NetInterface netEntity)
          Set network layer entity.
 

Uses of NetInterface in shaohua_project.sweep.app
 

Methods in shaohua_project.sweep.app with parameters of type NetInterface
 void AppSweep.setNetEntity(NetInterface netEntity)
           
 

Uses of NetInterface in shaohua_project.sweep.routing
 

Methods in shaohua_project.sweep.routing with parameters of type NetInterface
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 void SweepRouting.setNetEntity(NetInterface netEntity)
           
 

Uses of NetInterface in sidnet.stack.std.mac
 

Fields in sidnet.stack.std.mac declared as NetInterface
protected  NetInterface Mac802_11e.netEntity
          Network upcall entity interface.
 

Methods in sidnet.stack.std.mac with parameters of type NetInterface
 void Mac802_11e.setNetEntity(NetInterface net, byte netid)
          Hook up with the network entity.
 

Uses of NetInterface in sidnet.stack.std.mac.ieee802_15_4
 

Methods in sidnet.stack.std.mac.ieee802_15_4 with parameters of type NetInterface
 void Mac802_15_4Impl.setNetEntity(NetInterface net, byte netid)
          Hook up with the network entity.
 

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

Methods in sidnet.stack.std.routing.dummyroute with parameters of type NetInterface
 void DummyRoute.setNetEntity(NetInterface netEntity)
          internals - for hooking up with the Network-Layer
 

Uses of NetInterface in sidnet.stack.std.routing.heartbeat
 

Methods in sidnet.stack.std.routing.heartbeat with parameters of type NetInterface
 void HeartbeatProtocol.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.alternating_tree.app with parameters of type NetInterface
 void App_AlternatingTree.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.alternating_tree.routing with parameters of type NetInterface
 void GeographicalTreeRouting.setNetEntity(NetInterface netEntity)
           
 void GeographicalTreeRoutingAlternating.setNetEntity(NetInterface netEntity)
           
 void KShortestPathRouting5.setNetEntity(NetInterface netEntity)
           
 void RouteBezier.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.Bezier.app with parameters of type NetInterface
 void AppP2P.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.Bezier.routing with parameters of type NetInterface
 void RouteBezier.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.demo_multi_tree.app with parameters of type NetInterface
 void App_DemoMultiTree.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.demo_multi_tree.routing with parameters of type NetInterface
 void MultiTreeRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.EECS510.app with parameters of type NetInterface
 void App_Assignment2.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.EECS510.routing with parameters of type NetInterface
 void Route_Assignment2.setNetEntity(NetInterface netEntity)
          internals - for hooking up with the Network-Layer
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.geographical_tree_aggregation.app with parameters of type NetInterface
 void App_TreeBasedAggregation.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type NetInterface
 void GeographicalTreeRouting.setNetEntity(NetInterface netEntity)
           
 void GeographicalTreeRoutingAlternating.setNetEntity(NetInterface netEntity)
           
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.k_shortest_path.app with parameters of type NetInterface
 void AppP2P.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.k_shortest_path.routing with parameters of type NetInterface
 void KShortestPathRouting.setNetEntity(NetInterface netEntity)
           
 void KShortestPathRouting5.setNetEntity(NetInterface netEntity)
           
 

Uses of NetInterface in sidnet.stack.users.marco_project.commons
 

Methods in sidnet.stack.users.marco_project.commons with parameters of type NetInterface
 void HeartbeatProtocol.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.marco_project.image_charges.app with parameters of type NetInterface
 void AppP2P_electrostatic.setNetEntity(NetInterface netEntity)
          Set network entity.
 

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

Methods in sidnet.stack.users.marco_project.image_charges.routing with parameters of type NetInterface
 void ElectrostaticRouter.setNetEntity(NetInterface netEntity)
          internals - for hooking up with the Network-Layer
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.marco_project.node_centric.app with parameters of type NetInterface
 void AppP2P_electrostatic.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.marco_project.node_centric.routing with parameters of type NetInterface
 void ElectrostaticRouter.setNetEntity(NetInterface netEntity)
          internals - for hooking up with the Network-Layer
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.marco_project.packet_centric.app with parameters of type NetInterface
 void AppP2P_electrostatic.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.marco_project.packet_centric.routing with parameters of type NetInterface
 void ElectrostaticRouter.setNetEntity(NetInterface netEntity)
          internals - for hooking up with the Network-Layer
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.sample_p2p.app with parameters of type NetInterface
 void AppSampleP2P.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.sample_p2p.routing with parameters of type NetInterface
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.SenSys08.app with parameters of type NetInterface
 void App_TreeBasedAggregation.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.SenSys08.routing with parameters of type NetInterface
 void GeographicalTreeRouting.setNetEntity(NetInterface netEntity)
           
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

Uses of NetInterface in sidnet.stack.users.sigmod.app
 

Methods in sidnet.stack.users.sigmod.app with parameters of type NetInterface
 void App_Sigmod.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.topological_tree_aggregation.app with parameters of type NetInterface
 void App_TreeBasedAggregation.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type NetInterface
 void KShortestPathRouting.setNetEntity(NetInterface netEntity)
           
 void RouteBezier.setNetEntity(NetInterface netEntity)
           
 void TopologicalTreeRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.triggers_project.app with parameters of type NetInterface
 void App_Triggers.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.triggers_project.routing with parameters of type NetInterface
 void GeographicalTreeRouting.setNetEntity(NetInterface netEntity)
           
 void ShortestGeographicalPathRouting.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.waspsample.app with parameters of type NetInterface
 void AppWasp.setNetEntity(NetInterface netEntity)
           
 

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

Methods in sidnet.stack.users.waspsample.routing with parameters of type NetInterface
 void TreeRouting.setNetEntity(NetInterface netEntity)