| Interface | osid.sequencing.AntimatroidNode | ||
|---|---|---|---|
| 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 | getAntimatroid | ||
| Description |
Gets the | ||
| Return | osid.sequencing.Antimatroid | the antimatroid represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentAntimatroidNodes | ||
| Description |
Gets the parents of this antimatroid. | ||
| Return | osid.sequencing.AntimatroidNodeList | the parents of this antimatroid | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildAntimatroidNodes | ||
| Description |
Gets the children of this antimatroid. | ||
| Return | osid.sequencing.AntimatroidNodeList | the children of this antimatroid | |
| Compliance | mandatory | This method must be implemented. | |