|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Taxonomy | |
---|---|
fleXplorer.Facets | |
fleXplorer.MaterializedFacetedTaxonomies | |
fleXplorer.Taxonomies | |
fleXplorer.util |
Uses of Taxonomy in fleXplorer.Facets |
---|
Methods in fleXplorer.Facets that return Taxonomy | |
---|---|
Taxonomy<?> |
IFacet.getFacetTaxonomy()
Returns Taxonomy of Facet. |
Taxonomy<?> |
Facet.getFacetTaxonomy()
Returns Taxonomy of Facet. |
Methods in fleXplorer.Facets with parameters of type Taxonomy | |
---|---|
void |
IFacet.setFacetTaxonomy(Taxonomy<?> taxonomy)
Defines the Taxonomy of Facet. |
void |
Facet.setFacetTaxonomy(Taxonomy<?> taxonomy)
Defines the Taxonomy of Facet. |
Constructors in fleXplorer.Facets with parameters of type Taxonomy | |
---|---|
Facet(java.lang.String name,
Taxonomy<Type> taxonomy,
IndexType type)
Constructs a Facet with specified name and Taxonomy. |
Uses of Taxonomy in fleXplorer.MaterializedFacetedTaxonomies |
---|
Methods in fleXplorer.MaterializedFacetedTaxonomies that return types with arguments of type Taxonomy | |
---|---|
java.util.HashMap<java.lang.String,Taxonomy<?>> |
MFT.getZoomInPoints()
Returns a HashMap that describes a faceted tree which has been created according the focus that has been selected, including the zoom-in point counters. |
java.util.HashMap<java.lang.String,Taxonomy<?>> |
MFT.getZoomInPointsNoCount()
Returns a HashMap that describes a faceted tree which has been created according the focus that has been selected. |
Methods in fleXplorer.MaterializedFacetedTaxonomies with parameters of type Taxonomy | |
---|---|
void |
MFT.changeFacetTaxonomy(java.lang.String facetName,
Taxonomy<?> tx)
Changes the taxonomy of a specified Facet of the faceted taxonomy. |
Method parameters in fleXplorer.MaterializedFacetedTaxonomies with type arguments of type Taxonomy | |
---|---|
void |
MFT.printFacetedTree(java.util.HashMap<java.lang.String,Taxonomy<?>> tmp)
Print to console a faceted tree with the counters of zoom-in points. |
Uses of Taxonomy in fleXplorer.Taxonomies |
---|
Methods in fleXplorer.Taxonomies with parameters of type Taxonomy | |
---|---|
void |
Taxonomy.setTaxonomy(Taxonomy<?> tx)
Clears the taxonomy and gives to the Taxonomy the properties of the argument. |
void |
ITaxonomy.setTaxonomy(Taxonomy<?> tx)
Clears the taxonomy and gives to the Taxonomy the properties of the argument. |
Constructors in fleXplorer.Taxonomies with parameters of type Taxonomy | |
---|---|
Taxonomy(Taxonomy<Type> tx)
Constructs a Taxonomy object with the same properties as the argument. |
Uses of Taxonomy in fleXplorer.util |
---|
Methods in fleXplorer.util that return Taxonomy | |
---|---|
Taxonomy<IntegerType> |
DateTaxonomy.createDateTaxonomy(java.util.HashMap<java.lang.Integer,java.lang.Long> dates,
MFT mft,
java.lang.String facet)
Returns a Taxonomy object that have been created according the specified dates. |
Taxonomy<IntegerType> |
DateTaxonomy.createDateTaxonomy(java.lang.String name,
int startYear,
int endYear)
Creates a new Taxonomy that includes all the dates between the specified years. |
Taxonomy<IntegerType> |
DateTaxonomy.createDateTaxonomy(Taxonomy<IntegerType> datesTaxonomy,
int startYear,
int endYear)
Creates the year, month, day relations for a taxonomy between two specific years. |
Taxonomy<IntegerType> |
DateTaxonomy.indexDates(Taxonomy<IntegerType> tx,
java.util.HashMap<java.lang.Integer,java.lang.Long> dates)
Indexes each document's id from the HashMap to the appropriate term of the taxonomy according the date. |
Methods in fleXplorer.util with parameters of type Taxonomy | |
---|---|
java.util.HashSet<java.lang.Integer> |
DateTaxonomy.createDateTaxonomy(Taxonomy<IntegerType> datesTaxonomy,
java.util.HashMap<java.lang.Integer,java.lang.Long> dates)
Returns a Taxonomy object that have been created according the specified dates. |
Taxonomy<IntegerType> |
DateTaxonomy.createDateTaxonomy(Taxonomy<IntegerType> datesTaxonomy,
int startYear,
int endYear)
Creates the year, month, day relations for a taxonomy between two specific years. |
java.util.ArrayList<java.lang.String> |
Utilities.getTheHighestTerms(java.util.ArrayList<java.lang.String> terms,
Taxonomy<?> tx)
Returns the terms at highest levels of a taxonomy between a set of terms. |
Taxonomy<IntegerType> |
DateTaxonomy.indexDates(Taxonomy<IntegerType> tx,
java.util.HashMap<java.lang.Integer,java.lang.Long> dates)
Indexes each document's id from the HashMap to the appropriate term of the taxonomy according the date. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |