| Interface | osid.sequencing.AntimatroidQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidCatalogQueryInspector | ||
| Description |
This is the query inspector for examining antimatroid queries. | ||
| Method | getChainIdTerms | ||
| Description |
Gets the chain | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChainTerms | ||
| Description |
Gets the chain query terms. | ||
| Return | osid.sequencing.ChainQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorAntimatroidIdTerms | ||
| Description |
Gets the ancestor antimatroid | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAncestorAntimatroidTerms | ||
| Description |
Gets the ancestor antimatroid query terms. | ||
| Return | osid.sequencing.AntimatroidQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantAntimatroidIdTerms | ||
| Description |
Gets the descendant antimatroid | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDescendantAntimatroidTerms | ||
| Description |
Gets the descendant antimatroid query terms. | ||
| Return | osid.sequencing.AntimatroidQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAntimatroidQueryInspectorRecord | ||
| Description |
Gets the antimatroid query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | antimatroidRecordType | an antimatroid record type |
| Return | osid.sequencing.records.AntimatroidQueryInspectorRecord | the antimatroid query inspector record | |
| Errors | NULL_ARGUMENT | antimatroidRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(antimatroidRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |