| Interface | osid.sequencing.ChainQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
| Description |
This is the query inspector for examining chain queries. | ||
| Method | getFifoTerms | ||
| Description |
Gets the fifo query terms. | ||
| Return | osid.search.terms.BooleanTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getElementTerms | ||
| Description |
Gets the element | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAntimatroidIdTerms | ||
| Description |
Gets the antimatroid | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAntimatroidTerms | ||
| Description |
Gets the antimatroid query terms. | ||
| Return | osid.sequencing.AntimatroidQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChainQueryInspectorRecord | ||
| Description |
Gets the chain query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | chainRecordType | a chain record type |
| Return | osid.sequencing.records.ChainQueryInspectorRecord | the chain query inspector record | |
| Errors | NULL_ARGUMENT | chainRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(chainRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |