jist.swans.route
Interface RouteInterface.ECGRIDRouting

All Superinterfaces:
JistAPI.Proxiable, JistAPI.Timeless, NetInterface.NetHandler, Protocol, RouteInterface
Enclosing interface:
RouteInterface

public static interface RouteInterface.ECGRIDRouting
extends RouteInterface, Protocol

NWU routing entity interface.


Nested Class Summary
 
Nested classes/interfaces inherited from interface jist.swans.route.RouteInterface
RouteInterface.Aodv, RouteInterface.BezierRouting, RouteInterface.Dsr, RouteInterface.ECGRIDRouting, RouteInterface.GenericRouting, RouteInterface.HeartbeatProtocol, RouteInterface.MultiTreeRouting, RouteInterface.RandomPathRouting, RouteInterface.ShortestPathRouting, RouteInterface.Zrp
 
Method Summary
 void start()
          Start running protocol.
 
Methods inherited from interface jist.swans.route.RouteInterface
peek, send
 
Methods inherited from interface jist.swans.net.NetInterface.NetHandler
dropNotify, receive
 

Method Detail

start

void start()
Description copied from interface: Protocol
Start running protocol.

Specified by:
start in interface Protocol