com.facetmap
Interface TaxonomyFacet

All Superinterfaces:
Facet
All Known Subinterfaces:
GeographyFacet
All Known Implementing Classes:
DateImpl, LinearFacet, SimpleTaxonomyFacet, SpectrumImpl, TaxonomyImpl

public interface TaxonomyFacet
extends Facet

Contains Headings arranged into a tree structure. This is the most common type of Facet. It can also be used for a Facet that's just a list of Headings (with all the Headings being siblings in the tree).


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.facetmap.Facet
Facet.Util
 
Method Summary
 TaxonomyHeading getTaxonomyHeading(java.lang.String id)
           
 
Methods inherited from interface com.facetmap.Facet
getHeading, getId, getRootHeading, getTitle
 

Method Detail

getTaxonomyHeading

TaxonomyHeading getTaxonomyHeading(java.lang.String id)
                                   throws UnknownReferenceException
Throws:
UnknownReferenceException