OSID Logo
OSID Specifications
ontology package
Version 3.1.0
Interfaceosid.ontology.SubjectNode
Implementsosid.OsidNode
Used Byosid.ontology.SubjectHierarchySession
osid.ontology.SubjectNodeList
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 SubjectHierarchySession.

MethodgetSubject
Description

Gets the Subject at this node.

Returnosid.ontology.Subject the subject represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentSubjectNodes
Description

Gets the parents of this subject.

Returnosid.ontology.SubjectNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildSubjectNodes
Description

Gets the children of this subject.

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