Interface RaceConstrainerEnabler

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

public interface RaceConstrainerEnabler extends OsidEnabler

A RaceConstrainerEnabler describes the rules for making a RaceConstrainer effective.

  • Method Details

    • getRaceConstrainerEnablerRecord

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