Interface ObstacleEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface ObstacleEnabler extends OsidEnabler

An ObstacleEnabler describes the rules for enabling an obstacle.

  • Method Details

    • getObstacleEnablerRecord

      ObstacleEnablerRecord getObstacleEnablerRecord(Type obstacleEnablerRecordType) throws OperationFailedException
      Gets the obstacle enabler record corresponding to the given ObstacleEnabler record Type . This method is used to retrieve an object implementing the requested record. The obstacleEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(obstacleEnablerRecordType) is true .
      Parameters:
      obstacleEnablerRecordType - the type of obstacle enabler record to retrieve
      Returns:
      the obstacle enabler record
      Throws:
      NullArgumentException - obstacleEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(obstacleEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.