Interface Routable
-
- All Known Subinterfaces:
RoadSideUnitOperatingSystem
,ServerOperatingSystem
,TrafficManagementCenterOperatingSystem
- All Known Implementing Classes:
RoadSideUnit
,ServerUnit
,TrafficManagementCenterUnit
public interface Routable
Interface to mark anOperatingSystem
as an owner of aIRoutingModule
to calculates routes from A to B, thus making it routable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRoutingModule
getRoutingModule()
Returns a routing module to calculate arbitrary routes from any point to any other.
-
-
-
Method Detail
-
getRoutingModule
IRoutingModule getRoutingModule()
Returns a routing module to calculate arbitrary routes from any point to any other.- Returns:
- the
IRoutingModule
of the unit.
-
-