Interface | osid.ontology.Ontology | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
An ontology defines a collection of subjects. | ||
Method | getOntologyRecord | ||
Description |
Gets the ontology record corresponding to the given
| ||
Parameters | osid.type.Type | ontologyRecordType | an ontology record type |
Return | osid.ontology.records.OntologyRecord | the ontology record | |
Errors | NULL_ARGUMENT | ontologyRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(ontologyRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |