OSID Logo
OSID Specifications
sequencing package
Version 3.1.0
Interfaceosid.sequencing.AntimatroidQueryInspector
Implementsosid.OsidCatalogQueryInspector
Used Byosid.sequencing.AntimatroidQueryInspector
osid.sequencing.AntimatroidSearchResults
osid.sequencing.ChainQueryInspector
Description

This is the query inspector for examining antimatroid queries.

MethodgetChainIdTerms
Description

Gets the chain Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetChainTerms
Description

Gets the chain query terms.

Returnosid.sequencing.ChainQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAncestorAntimatroidIdTerms
Description

Gets the ancestor antimatroid Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAncestorAntimatroidTerms
Description

Gets the ancestor antimatroid query terms.

Returnosid.sequencing.AntimatroidQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDescendantAntimatroidIdTerms
Description

Gets the descendant antimatroid Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDescendantAntimatroidTerms
Description

Gets the descendant antimatroid query terms.

Returnosid.sequencing.AntimatroidQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetAntimatroidQueryInspectorRecord
Description

Gets the antimatroid query inspector record corresponding to the given Antimatroid record Type.

Parametersosid.type.TypeantimatroidRecordType an antimatroid record type
Returnosid.sequencing.records.AntimatroidQueryInspectorRecord the antimatroid query inspector record
ErrorsNULL_ARGUMENT antimatroidRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(antimatroidRecordType) is false
Compliancemandatory This method must be implemented.