Uses of Class
sidnet.core.misc.Reason

Packages that use Reason
driver SWANS demo, benchmark and test simulation programs. 
jist.swans.app Application layer entity of SWANS simulator and related classes. 
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.routing   
sidnet.core.misc   
sidnet.stack.std.routing.dummyroute   
sidnet.stack.std.routing.heartbeat   
sidnet.stack.users.alternating_tree.routing   
sidnet.stack.users.Bezier.routing   
sidnet.stack.users.demo_multi_tree.routing   
sidnet.stack.users.EECS510.routing   
sidnet.stack.users.geographical_tree_aggregation.routing   
sidnet.stack.users.k_shortest_path.routing   
sidnet.stack.users.marco_project.commons   
sidnet.stack.users.marco_project.image_charges.routing   
sidnet.stack.users.marco_project.node_centric.routing   
sidnet.stack.users.marco_project.packet_centric.routing   
sidnet.stack.users.sample_p2p.routing   
sidnet.stack.users.SenSys08.routing   
sidnet.stack.users.topological_tree_aggregation.routing   
sidnet.stack.users.triggers_project.routing   
sidnet.stack.users.waspsample.routing   
 

Uses of Reason in driver
 

Methods in driver with parameters of type Reason
 void ip.MyIpHandler.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

Uses of Reason in jist.swans.app
 

Methods in jist.swans.app with parameters of type Reason
 void AppHeartbeat.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

Uses of Reason in jist.swans.net
 

Methods in jist.swans.net with parameters of type Reason
 void NetInterface.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notification mechanism for packet dropped due to various "Reasons"
 void NetInterface.NetHandler.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notification mechanism for packet dropped due to various "Reasons"
 void NetIp.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notification mechanism for packet dropped due to various "Reasons"
 

Uses of Reason in jist.swans.route
 

Methods in jist.swans.route with parameters of type Reason
 void RouteAodv.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void RouteDsr.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void RouteZrp.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

Uses of Reason in jist.swans.trans
 

Methods in jist.swans.trans with parameters of type Reason
 void TransTcp.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void TransUdp.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

Uses of Reason in shaohua_project.sweep.routing
 

Methods in shaohua_project.sweep.routing with parameters of type Reason
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void SweepRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

Uses of Reason in sidnet.core.misc
 

Methods in sidnet.core.misc that return Reason
static Reason Reason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Reason[] Reason.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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

Methods in sidnet.stack.std.routing.dummyroute with parameters of type Reason
 void DummyRoute.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notification mechanism for packet dropped due to various "Reasons"
 

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

Methods in sidnet.stack.std.routing.heartbeat with parameters of type Reason
 void HeartbeatProtocol.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.alternating_tree.routing with parameters of type Reason
 void GeographicalTreeRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void GeographicalTreeRoutingAlternating.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void KShortestPathRouting5.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void RouteBezier.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.Bezier.routing with parameters of type Reason
 void RouteBezier.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.demo_multi_tree.routing with parameters of type Reason
 void MultiTreeRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.EECS510.routing with parameters of type Reason
 void Route_Assignment2.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notification mechanism for packet dropped due to various "Reasons"
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.geographical_tree_aggregation.routing with parameters of type Reason
 void GeographicalTreeRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void GeographicalTreeRoutingAlternating.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.k_shortest_path.routing with parameters of type Reason
 void KShortestPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void KShortestPathRouting5.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.marco_project.commons with parameters of type Reason
 void HeartbeatProtocol.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.marco_project.image_charges.routing with parameters of type Reason
 void ElectrostaticRouter.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notifies on message drop.
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.marco_project.node_centric.routing with parameters of type Reason
 void ElectrostaticRouter.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notification mechanism for packet dropped due to various "Reasons"
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.marco_project.packet_centric.routing with parameters of type Reason
 void ElectrostaticRouter.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
          Notification mechanism for packet dropped due to various "Reasons"
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.sample_p2p.routing with parameters of type Reason
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.SenSys08.routing with parameters of type Reason
 void GeographicalTreeRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.topological_tree_aggregation.routing with parameters of type Reason
 void KShortestPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void RouteBezier.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void TopologicalTreeRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.triggers_project.routing with parameters of type Reason
 void GeographicalTreeRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 void ShortestGeographicalPathRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)
           
 

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

Methods in sidnet.stack.users.waspsample.routing with parameters of type Reason
 void TreeRouting.dropNotify(Message msg, MacAddress nextHopMac, Reason reason)