OSID Logo
OSID Specifications
sequencing package
Version 3.0.0
Interfaceosid.sequencing.Antimatroid
Implementsosid.OsidCatalog
Used Byosid.sequencing.AntimatroidAdminSession
osid.sequencing.AntimatroidList
osid.sequencing.AntimatroidLookupSession
osid.sequencing.AntimatroidNode
osid.sequencing.ChainAdminSession
osid.sequencing.ChainLookupSession
osid.sequencing.ChainNotificationSession
osid.sequencing.ChainQuerySession
osid.sequencing.ChainSmartAntimatroidSession
osid.sequencing.ElementAdminSession
show 2 more…
osid.sequencing.ElementLookupSession
osid.sequencing.SequencingSession
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_ARGUMENTantimatroidRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(antimatroidRecordType) is false
CompliancemandatoryThis method must be implemented.