Interface Antimatroid

All Superinterfaces:
Browsable, Extensible, Federateable, Identifiable, OsidCatalog, OsidObject, Sourceable

public interface Antimatroid extends OsidCatalog

An Antimatroid represents a collection of reservoirs.

  • Method Details

    • getAntimatroidRecord

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