| Interface | osid.ontology.rules.RelevancyEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining relevancy enabler queries. | ||
| Method | getRuledRelevancyIdTerms | ||
| Description |
Gets the relevancy | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledRelevancyTerms | ||
| Description |
Gets the relevancy query terms. | ||
| Return | osid.ontology.RelevancyQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOntologyIdTerms | ||
| Description |
Gets the ontology | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOntologyTerms | ||
| Description |
Gets the ontology query terms. | ||
| Return | osid.ontology.OntologyQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRelevancyEnablerQueryInspectorRecord | ||
| Description |
Gets the relevancy enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | relevancyEnablerRecordType | a relevancy enabler record type |
| Return | osid.ontology.rules.records.RelevancyEnablerQueryInspectorRecord | the relevancy enabler query inspector record | |
| Errors | NULL_ARGUMENT | relevancyEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(relevancyEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |