Uses of Class
fleXplorer.Types.IntegerType

Packages that use IntegerType
fleXplorer.util   
 

Uses of IntegerType in fleXplorer.util
 

Methods in fleXplorer.util that return types with arguments of type IntegerType
 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.
 

Method parameters in fleXplorer.util with type arguments of type IntegerType
 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.
 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.