OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.sequencing.Antimatroid
Implementsosid.OsidCatalog
Description

An Antimatroid represents a collection of reservoirs.

MethodgetAntimatroidRecord
Description

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 .

Parametersosid.type.TypeantimatroidRecordTypethe type of antimatroid record to retrieve
Returnosid.sequencing.records.AntimatroidRecordthe antimatroid record
ErrorsNULL_ARGUMENT antimatroidRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(antimatroidRecordType) is false
CompliancemandatoryThis method must be implemented.