Interface MappingPathBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
MappingPathBatchManager, MappingPathBatchProxyManager

public interface MappingPathBatchProfile extends OsidProfile

The MappingPathBatchProfile describes the interoperability among batch resourcing services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPathBatchAdmin

      boolean supportsPathBatchAdmin()
      Tests if bulk administration of paths is available.
      Returns:
      true if a path bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsIntersectionBatchAdmin

      boolean supportsIntersectionBatchAdmin()
      Tests if bulk administration of intersections is available.
      Returns:
      true if an intersection bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSpeedZoneBatchAdmin

      boolean supportsSpeedZoneBatchAdmin()
      Tests if bulk administration of speed zones is available.
      Returns:
      true if a speed zone bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsSignalBatchAdmin

      boolean supportsSignalBatchAdmin()
      Tests if bulk administration of signals is available.
      Returns:
      true if a signal bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsObstacleBatchAdmin

      boolean supportsObstacleBatchAdmin()
      Tests if bulk administration of obstacles is available.
      Returns:
      true if an obstacle bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.