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.


Method Summary
 int getChildCount()
           
 TaxonomicHeading getParentHeading()
           
 java.util.Enumeration getSubheadings()
          Returns an Enumeration of TaxonomicHeading objects which are the forward Headings of this Heading -- the child nodes.
 
Methods inherited from interface com.facetmap.Heading
getBackwardHeadings, getFacet, getForwardHeadings, getId, getTitle, isRoot, setTitle
 

Method Detail

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.