public interface OntologyNode extends OsidNode
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.
| Modifier and Type | Method and Description |
|---|---|
OntologyNodeList |
getChildOntologyNodes()
Gets the children of this ontology.
|
Ontology |
getOntology()
Gets the
Ontology at this node. |
OntologyNodeList |
getParentOntologyNodes()
Gets the parents of this ontology.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredOntology getOntology()
Ontology at this node.mandatory - This method must be implemented. OntologyNodeList getParentOntologyNodes()
id mandatory - This method must be implemented. OntologyNodeList getChildOntologyNodes()
mandatory - This method must be implemented.