Interface MappingPathRulesManager

All Superinterfaces:
AutoCloseable, Closeable, MappingPathRulesProfile, OsidManager, OsidManager, OsidProfile, Sourceable

public interface MappingPathRulesManager extends OsidManager, MappingPathRulesProfile

The mapping rules manager provides access to mapping rules sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • SpeedZoneEnablerLookupSession : a session to retrieve speed zone enablers
  • SpeedZoneEnablerQuerySession : a session to query for speed zone enablers
  • SpeedZoneEnablerSearchSession : a session to search for speed zone enablers
  • SpeedZoneEnablerAdminSession : a session to create and delete speed zone enablers
  • SpeedZoneEnablerNotificationSession : a session to receive notifications pertaining to speed zone enabler changes
  • SpeedZoneEnablerMapSession : a session to look up speed zone enabler map mappings
  • SpeedZoneEnablerMapAssignmentSession : a session to manage speed zone enabler to map mappings
  • SpeedZoneEnablerSmartMapSession : a session to manage dynamic map of speed zone enablers
  • SpeedZoneEnableRuleLookupSession : a session to look up speed zone enabler mappings
  • SpeedZoneEnablerRuleApplicationSession : a session to apply speed zone enablers
  • SignalEnablerLookupSession : a session to retrieve signal enabler
  • SignalEnablerQuerySession : a session to query for signal enabler
  • SignalEnablerSearchSession : a session to search for signal enabler
  • SignalEnablerAdminSession : a session to create and delete signal enabler
  • SignalEnablerNotificationSession : a session to receive notifications pertaining to signal enabler changes
  • SignalEnablerMapSession : a session to look up signal enabler map mappings
  • SignalEnablerMapAssignmentSession : a session to manage signal enabler to map mappings
  • SignalEnablerSmartMapSession : a session to manage dynamic map of signal enabler
  • SignalEnablerRuleLookupSession : a session to look up signal enabler to signal mappings
  • SignalEnablerRuleApplicationSession : a session to apply signal enabler to signals
  • ObstacleEnablerLookupSession : a session to retrieve obstacle enabler
  • ObstacleEnablerQuerySession : a session to query for obstacle enabler
  • ObstacleEnablerSearchSession : a session to search for obstacle enabler
  • ObstacleEnablerAdminSession : a session to create and delete obstacle enabler
  • ObstacleEnablerNotificationSession : a session to receive notifications pertaining to obstacle enabler changes
  • ObstacleEnablerMapSession : a session to look up obstacle enabler map mappings
  • ObstacleEnablerMapAssignmentSession : a session to manage obstacle enabler to map mappings
  • ObstacleEnablerSmartMapSession : a session to manage dynamic map of obstacle enabler
  • ObstacleEnablerRuleLookupSession : a session to look up obstacle enabler to obstacle mappings
  • ObstacleEnablerRuleApplicationSession : a session to apply obstacle enabler to obstacles