Uses of Class
fleXplorer.FacetedTaxonomy.FT

Packages that use FT
fleXplorer.MaterializedFacetedTaxonomies   
fleXplorer.Terms   
fleXplorer.util.IndexesSetting   
 

Uses of FT in fleXplorer.MaterializedFacetedTaxonomies
 

Methods in fleXplorer.MaterializedFacetedTaxonomies that return FT
 FT MFT.getFT()
          Returns the Faceted Taxonomy that will be materialized in MFT.
 

Methods in fleXplorer.MaterializedFacetedTaxonomies with parameters of type FT
 void MFT.setFT(FT ft)
          Defines the Faceted Taxonomy that will be materialized in MFT.
 

Constructors in fleXplorer.MaterializedFacetedTaxonomies with parameters of type FT
MFT_MEM(java.lang.String name, FT ft, Counters computationOfZP, ObjectFacet of)
          Constructs a Materialized Faceted Taxonomy with specified name and Faceted Taxonomy.
 

Uses of FT in fleXplorer.Terms
 

Methods in fleXplorer.Terms that return FT
 FT CompoundTerm.getFT()
          Returns the faceted taxonomy that compound term belongs.
 

Methods in fleXplorer.Terms with parameters of type FT
 void CompoundTerm.setFT(FT ft)
          Sets the faceted taxonomy that compound term will belong.
 

Constructors in fleXplorer.Terms with parameters of type FT
CompoundTerm(int id, FT ft)
          Constructs a compound term with a specific id and defines the faceted taxonomy which belong the terms of the compound term.
 

Uses of FT in fleXplorer.util.IndexesSetting
 

Methods in fleXplorer.util.IndexesSetting that return FT
 FT Setting.getFT()
          Returns the faceted taxonomy of the materialized faceted taxonomy.
 

Methods in fleXplorer.util.IndexesSetting with parameters of type FT
 void Setting.setFT(FT ft)
          Sets the faceted taxonomy of the materialized faceted taxonomy.