OSID Logo
OSID Specifications
sequencing package
Version 3.1.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.TypeantimatroidRecordType the type of antimatroid record to retrieve
Returnosid.sequencing.records.AntimatroidRecord the antimatroid record
ErrorsNULL_ARGUMENT antimatroidRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(antimatroidRecordType) is false
Compliancemandatory This method must be implemented.