public interface AuctionHouseNode 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 AuctionHouseHierarchySession.
Modifier and Type | Method and Description |
---|---|
AuctionHouse |
getAuctionHouse()
Gets the
AuctionHouse at this node. |
AuctionHouseNodeList |
getChildAuctionHouseNodes()
Gets the children of this auction house.
|
AuctionHouseNodeList |
getParentAuctionHouseNodes()
Gets the parents of this auction house.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRoot
getId, isCurrent
isSequestered
AuctionHouse getAuctionHouse()
AuctionHouse
at this node.mandatory
- This method must be implemented. AuctionHouseNodeList getParentAuctionHouseNodes()
mandatory
- This method must be implemented. AuctionHouseNodeList getChildAuctionHouseNodes()
mandatory
- This method must be implemented.