Interface | osid.ontology.RelevancyQueryInspector | ||
---|---|---|---|
Implements | osid.OsidRelationshipQueryInspector | ||
Description |
This is the query inspector for examining relevancy queries. | ||
Method | getSubjectIdTerms | ||
Description |
Gets the subject | ||
Return | osid.search.terms.IdTerm[] | the subject Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSubjectTerms | ||
Description |
Gets the subject terms. | ||
Return | osid.ontology.SubjectQueryInspector[] | the subject terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMappedIdTerms | ||
Description |
Gets the mapped | ||
Return | osid.search.terms.IdTerm[] | the mapped Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOntologyIdTerms | ||
Description |
Gets the ontology | ||
Return | osid.search.terms.IdTerm[] | the ontology Id terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOntologyTerms | ||
Description |
Gets the ontology terms. | ||
Return | osid.ontology.OntologyQueryInspector[] | the ontology terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelevancyQueryInspectorRecord | ||
Description |
Gets the relevancy query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | relevancyRecordType | a relevancy record type |
Return | osid.ontology.records.RelevancyQueryInspectorRecord | the relevancy query inspector record | |
Errors | NULL_ARGUMENT | relevancyRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(relevancyRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |