com.azalient.api.a
Interface IRouting


public interface IRouting

A handle to the objects that deal with routing


Method Summary
 IPersonRouter personRouter()
          A handle to the person router, which is a sub-interface of IRouter
 IVehicleRouter vehicleRouter()
          A handle to the vehicle router, which is a sub-interface of IRouter
 

Method Detail

personRouter

IPersonRouter personRouter()
A handle to the person router, which is a sub-interface of IRouter


vehicleRouter

IVehicleRouter vehicleRouter()
A handle to the vehicle router, which is a sub-interface of IRouter