OSID Logo
OSID Specifications
ontology package
Version 3.1.0
Interfaceosid.ontology.OntologyNode
Implementsosid.OsidNode
Used Byosid.ontology.OntologyHierarchySession
osid.ontology.OntologyNodeList
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the OntologyHierarchySession.

MethodgetOntology
Description

Gets the Ontology at this node.

Returnosid.ontology.Ontology the ontology represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentOntologyNodes
Description

Gets the parents of this ontology.

Returnosid.ontology.OntologyNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildOntologyNodes
Description

Gets the children of this ontology.

Returnosid.ontology.OntologyNodeList the children of this ontology
Compliancemandatory This method must be implemented.