com.facetmap
Interface TaxonomicHeading
- All Superinterfaces:
- Heading
- All Known Implementing Classes:
- SimpleTaxHeading
- public interface TaxonomicHeading
- extends Heading
A Heading, specialized for a Taxonomy, that may have a parent Heading
and child Headings of its own.
getParentHeading
public TaxonomicHeading getParentHeading()
getChildCount
public int getChildCount()
getSubheadings
public java.util.Enumeration getSubheadings()
- Returns an Enumeration of TaxonomicHeading objects which are the forward
Headings of this Heading -- the child nodes.