| Interface | osid.bidding.AuctionHouseNode | ||
|---|---|---|---|
| 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 | getAuctionHouse | ||
| Description |
Gets the | ||
| Return | osid.bidding.AuctionHouse | the auction house represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentAuctionHouseNodes | ||
| Description |
Gets the parents of this auction house. | ||
| Return | osid.bidding.AuctionHouseNodeList | the parents of this auction house | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildAuctionHouseNodes | ||
| Description |
Gets the children of this auction house. | ||
| Return | osid.bidding.AuctionHouseNodeList | the children of this auction house | |
| Compliance | mandatory | This method must be implemented. | |