Interface TopologyBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
TopologyBatchManager, TopologyBatchProxyManager

public interface TopologyBatchProfile extends OsidProfile

The TopologyBatchProfile describes the interoperability among topology batch 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.
    • supportsNodeBatchAdmin

      boolean supportsNodeBatchAdmin()
      Tests if bulk administration of nodes is available.
      Returns:
      true if a node bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsEdgeBatchAdmin

      boolean supportsEdgeBatchAdmin()
      Tests if bulk administration of edges is available.
      Returns:
      true if an edge bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsGraphBatchAdmin

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