All Known Subinterfaces:
AgentOperatingSystem, RoadSideUnitOperatingSystem, ServerOperatingSystem, TrafficManagementCenterOperatingSystem
All Known Implementing Classes:
AgentUnit, RoadSideUnit, ServerUnit, TrafficManagementCenterUnit

public interface Routable
Interface to mark an OperatingSystem as an owner of a RoutingModule to calculates routes from A to B, thus making it routable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a routing module to calculate arbitrary routes from any point to any other.
  • Method Details

    • getRoutingModule

      RoutingModule getRoutingModule()
      Returns a routing module to calculate arbitrary routes from any point to any other.
      Returns:
      the RoutingModule of the unit.