Interface | osid.profile.ProfileNode | ||
---|---|---|---|
Implements | osid.OsidNode | ||
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
| ||
Method | getProfile | ||
Description |
Gets the | ||
Return | osid.profile.Profile | the profile represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentProfileNodes | ||
Description |
Gets the parents of this profile. | ||
Return | osid.profile.ProfileNodeList | the parents of this profile | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildProfileNodes | ||
Description |
Gets the children of this profile. | ||
Return | osid.profile.ProfileNodeList | the children of this profile | |
Compliance | mandatory | This method must be implemented. |