com.elasticpath.domain.catalogview
Interface LeafNode

All Known Subinterfaces:
Product, ProductAdaptorForAttributeRangeFilter, ProductAdaptorForFilter, ProductAdaptorForPriceFilter
All Known Implementing Classes:
AbstractProductAdaptorForFilterImpl, ProductAdaptorForAttributeRangeFilterImpl, ProductAdaptorForPriceFilterImpl, ProductImpl

public interface LeafNode

Represents a leaf node on a tree.


Method Summary
 BranchNode getBranchNode()
          Returns the branch node.
 

Method Detail

getBranchNode

BranchNode getBranchNode()
Returns the branch node. A leaf node should have one and only one BranchNode.

Returns:
the branch node