|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouteInterface | |
---|---|
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. |
shaohua_project.sweep.routing | |
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.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 RouteInterface in jist.swans.misc |
---|
Fields in jist.swans.misc declared as RouteInterface | |
---|---|
protected RouteInterface |
Node.route
|
protected RouteInterface |
Node.routeEntity
|
Methods in jist.swans.misc with parameters of type RouteInterface | |
---|---|
void |
Node.addRouting(RouteInterface route)
|
Uses of RouteInterface in jist.swans.net |
---|
Fields in jist.swans.net declared as RouteInterface | |
---|---|
protected RouteInterface |
NetIp.routing
routing protocol. |
Methods in jist.swans.net with parameters of type RouteInterface | |
---|---|
void |
NetIp.setRouting(RouteInterface routingEntity)
Set routing implementation. |
Uses of RouteInterface in jist.swans.route |
---|
Subinterfaces of RouteInterface in jist.swans.route | |
---|---|
static interface |
RouteInterface.Aodv
AODV routing entity interface. |
static interface |
RouteInterface.BezierRouting
NWU routing entity interface. |
static interface |
RouteInterface.Dsr
DSR routing entity interface. |
static interface |
RouteInterface.ECGRIDRouting
NWU routing entity interface. |
static interface |
RouteInterface.GenericRouting
NWU routing entity interface. |
static interface |
RouteInterface.HeartbeatProtocol
NWU routing entity interface. |
static interface |
RouteInterface.MultiTreeRouting
NWU routing entity interface. |
static interface |
RouteInterface.RandomPathRouting
NWU routing entity interface. |
static interface |
RouteInterface.ShortestPathRouting
NWU routing entity interface. |
static interface |
RouteInterface.Zrp
ZRP routing entity interface. |
Classes in jist.swans.route that implement RouteInterface | |
---|---|
class |
RouteAodv
Ad-hoc On-demand Distance Vector (AODV) Routing Protocol Implementation. |
class |
RouteDsr
An implementation of the Dynamic Source Routing protocol. |
class |
RouteZrp
Zone Routing Protocol Implementation. |
Uses of RouteInterface in shaohua_project.sweep.routing |
---|
Classes in shaohua_project.sweep.routing that implement RouteInterface | |
---|---|
class |
ShortestGeographicalPathRouting
|
class |
SweepRouting
|
Methods in shaohua_project.sweep.routing that return RouteInterface | |
---|---|
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
RouteInterface |
SweepRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.std.routing.dummyroute |
---|
Classes in sidnet.stack.std.routing.dummyroute that implement RouteInterface | |
---|---|
class |
DummyRoute
|
Methods in sidnet.stack.std.routing.dummyroute that return RouteInterface | |
---|---|
RouteInterface |
DummyRoute.getProxy()
internals |
Uses of RouteInterface in sidnet.stack.std.routing.heartbeat |
---|
Classes in sidnet.stack.std.routing.heartbeat that implement RouteInterface | |
---|---|
class |
HeartbeatProtocol
|
Uses of RouteInterface in sidnet.stack.users.alternating_tree.routing |
---|
Classes in sidnet.stack.users.alternating_tree.routing that implement RouteInterface | |
---|---|
class |
GeographicalTreeRoutingAlternating
|
class |
KShortestPathRouting5
|
Methods in sidnet.stack.users.alternating_tree.routing that return RouteInterface | |
---|---|
RouteInterface |
GeographicalTreeRoutingAlternating.getProxy()
|
RouteInterface |
KShortestPathRouting5.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.Bezier.routing |
---|
Classes in sidnet.stack.users.Bezier.routing that implement RouteInterface | |
---|---|
class |
RouteBezier
|
Uses of RouteInterface in sidnet.stack.users.demo_multi_tree.routing |
---|
Classes in sidnet.stack.users.demo_multi_tree.routing that implement RouteInterface | |
---|---|
class |
MultiTreeRouting
|
Methods in sidnet.stack.users.demo_multi_tree.routing that return RouteInterface | |
---|---|
RouteInterface |
MultiTreeRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.EECS510.routing |
---|
Classes in sidnet.stack.users.EECS510.routing that implement RouteInterface | |
---|---|
class |
Route_Assignment2
|
Methods in sidnet.stack.users.EECS510.routing that return RouteInterface | |
---|---|
RouteInterface |
Route_Assignment2.getProxy()
internals |
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.geographical_tree_aggregation.routing |
---|
Methods in sidnet.stack.users.geographical_tree_aggregation.routing that return RouteInterface | |
---|---|
RouteInterface |
GeographicalTreeRoutingAlternating.getProxy()
|
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.k_shortest_path.routing |
---|
Classes in sidnet.stack.users.k_shortest_path.routing that implement RouteInterface | |
---|---|
class |
KShortestPathRouting
|
Methods in sidnet.stack.users.k_shortest_path.routing that return RouteInterface | |
---|---|
RouteInterface |
KShortestPathRouting.getProxy()
|
RouteInterface |
KShortestPathRouting5.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.marco_project.image_charges.routing |
---|
Classes in sidnet.stack.users.marco_project.image_charges.routing that implement RouteInterface | |
---|---|
class |
ElectrostaticRouter
|
Methods in sidnet.stack.users.marco_project.image_charges.routing that return RouteInterface | |
---|---|
RouteInterface |
ElectrostaticRouter.getProxy()
internals |
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.marco_project.node_centric.routing |
---|
Methods in sidnet.stack.users.marco_project.node_centric.routing that return RouteInterface | |
---|---|
RouteInterface |
ElectrostaticRouter.getProxy()
internals |
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.marco_project.packet_centric.routing |
---|
Methods in sidnet.stack.users.marco_project.packet_centric.routing that return RouteInterface | |
---|---|
RouteInterface |
ElectrostaticRouter.getProxy()
internals |
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.sample_p2p.routing |
---|
Methods in sidnet.stack.users.sample_p2p.routing that return RouteInterface | |
---|---|
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.SenSys08.routing |
---|
Classes in sidnet.stack.users.SenSys08.routing that implement RouteInterface | |
---|---|
class |
GeographicalTreeRouting
|
Methods in sidnet.stack.users.SenSys08.routing that return RouteInterface | |
---|---|
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.topological_tree_aggregation.routing |
---|
Classes in sidnet.stack.users.topological_tree_aggregation.routing that implement RouteInterface | |
---|---|
class |
TopologicalTreeRouting
|
Methods in sidnet.stack.users.topological_tree_aggregation.routing that return RouteInterface | |
---|---|
RouteInterface |
KShortestPathRouting.getProxy()
|
RouteInterface |
TopologicalTreeRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.triggers_project.routing |
---|
Methods in sidnet.stack.users.triggers_project.routing that return RouteInterface | |
---|---|
RouteInterface |
ShortestGeographicalPathRouting.getProxy()
|
Uses of RouteInterface in sidnet.stack.users.waspsample.routing |
---|
Classes in sidnet.stack.users.waspsample.routing that implement RouteInterface | |
---|---|
class |
TreeRouting
|
Methods in sidnet.stack.users.waspsample.routing that return RouteInterface | |
---|---|
RouteInterface |
TreeRouting.getProxy()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |