A B C D E F G H I L M N O P R S T U V W X Z

C

CBoolFkt - Class in fleXplorer.BooleanParser
 
CBoolFkt() - Constructor for class fleXplorer.BooleanParser.CBoolFkt
 
changeFacetTaxonomy(String, Taxonomy<?>) - Method in class fleXplorer.MaterializedFacetedTaxonomies.MFT
Changes the taxonomy of a specified Facet of the faceted taxonomy.
checkExpression(String) - Static method in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
CheckRel - Enum in fleXplorer.Taxonomies
 
checkRel() - Method in interface fleXplorer.Taxonomies.ITaxonomy
Return the value of variable that defines when will be the check for cycles and redundant relationships.
checkRel() - Method in class fleXplorer.Taxonomies.Taxonomy
Return the value of variable that defines when will be the check for cycles and redundant relationships.
clear() - Method in interface fleXplorer.Taxonomies.ITaxonomy
Removes all relationships and terms from the taxonomy.
clear() - Method in class fleXplorer.Taxonomies.Taxonomy
Removes all relationships and terms from the taxonomy.
clear() - Method in interface fleXplorer.Terminologies.ITerminology
Removes all Terms from the Terminology but does not delete the Terms.
clear() - Method in class fleXplorer.Terminologies.Terminology
Removes all Terms from the Terminology but does not delete the Terms.
clearIndexes() - Method in interface fleXplorer.Terms.ITerm
Removes all ids of documents that are assigned to the specific Term from the indexes.
clearIndexes() - Method in class fleXplorer.Terms.Term
Removes all ids of documents that are assigned to the specific Term from the indexes.
closed(Type, Type) - Method in class fleXplorer.Types.Interval
Returns an Interval with specified limits which are closed.
compare(Object, Object) - Method in class fleXplorer.Comparators.IntegerTypeComparator
 
compare(Object, Object) - Method in class fleXplorer.Comparators.StringTypeComparator
 
compare(Object, Object) - Method in class fleXplorer.Comparators.TermCountComparator
 
compareTo(Interval<Type>) - Method in interface fleXplorer.Comparators.PartialComparable
Compares this object with the specified object for order.
compareTo(Interval<Type>) - Method in class fleXplorer.Types.Interval
Compares this object with the specified object for order.
compareTo(Limit<Type>) - Method in class fleXplorer.Types.Limit
Compares this Limit with the specified Limit for order, according their values.
Comparison - Enum in fleXplorer.Terms
 
complementRelativeTo(Interval<Type>) - Method in class fleXplorer.Types.Interval
Returns an Interval that includes the left and right complement of this Interval relative to an other.
CompoundTerm - Class in fleXplorer.Terms
 
CompoundTerm(int, FT) - Constructor for class fleXplorer.Terms.CompoundTerm
Constructs a compound term with a specific id and defines the faceted taxonomy which belong the terms of the compound term.
computeLegalIds() - Method in class fleXplorer.MaterializedFacetedTaxonomies.MFT_MEM
Computes the legal ids according the focus.
containsChild(int, FacetsType) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Return true if the term with the specified id has a direct child with the specified value.
containsChild(int, int) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Return true if the term with the specified id has a direct child with the specified id.
containsChild(int, FacetsType) - Method in class fleXplorer.Taxonomies.Taxonomy
Return true if the term with the specified id has a direct child with the specified value.
containsChild(int, int) - Method in class fleXplorer.Taxonomies.Taxonomy
Return true if the term with the specified id has a direct child with the specified id.
containsFacet(String) - Method in class fleXplorer.Terms.CompoundTerm
Checks if the compound term contains a term of a specific facet.
containsIndex(int) - Method in interface fleXplorer.Terms.ITerm
Returns true if the list of indexes contains the specified id of a document.
containsIndex(int) - Method in class fleXplorer.Terms.Term
Returns true if the list of indexes contains the specified id of a document.
containsParent(int, FacetsType) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Return true if the term with the specified id has a direct parent with the specified value.
containsParent(int, int) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Return true if the term with the specified id has a direct parent with the specified id.
containsParent(int, FacetsType) - Method in class fleXplorer.Taxonomies.Taxonomy
Return true if the term with the specified id has a direct parent with the specified value.
containsParent(int, int) - Method in class fleXplorer.Taxonomies.Taxonomy
Return true if the term with the specified id has a direct parent with the specified id.
containsTerm(FacetsType) - Method in interface fleXplorer.Terminologies.ITerminology
Checks if the Term with specified value is included in Terminology.
containsTerm(FacetsType) - Method in class fleXplorer.Terminologies.Terminology
Checks if the Term with specified value is included in Terminology.
containsTerm(String, int) - Method in class fleXplorer.Terms.CompoundTerm
Checks if compound term contains a specific term of a facet.
containsTermWithId(int) - Method in interface fleXplorer.Terminologies.ITerminology
Tests if the Term with specified id is included in Terminology.
containsTermWithId(int) - Method in class fleXplorer.Terminologies.Terminology
Tests if the Term with specified id is included in Terminology.
convertExpression(String) - Static method in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
Counters - Enum in fleXplorer.MaterializedFacetedTaxonomies
 
countSortingAscenting(HashMap<Term<FacetsType>, Integer>) - Method in class fleXplorer.util.ZPSorting
Sorts the zoom points ascending with respect to the count information.
countSortingAscenting(Collection<Term<FacetsType>>) - Method in class fleXplorer.util.ZPSorting
Sorts a set of ascending with respect to the count information.
countSortingDescenting(HashMap<Term<FacetsType>, Integer>) - Method in class fleXplorer.util.ZPSorting
 
countSortingDescenting(Collection<Term<FacetsType>>) - Method in class fleXplorer.util.ZPSorting
Sorts a set of descending with respect to the count information.
covers(Interval<Type>) - Method in class fleXplorer.Types.Interval
Checks if an Interval covers an other Interval.
createDateList(String) - Method in class fleXplorer.util.DateTaxonomy
Returns a HashMap that contains the pairs of id and date that exists into the specified file.
createDateTaxonomy(Taxonomy<IntegerType>, HashMap<Integer, Long>) - Method in class fleXplorer.util.DateTaxonomy
Returns a Taxonomy object that have been created according the specified dates.
createDateTaxonomy(HashMap<Integer, Long>, MFT, String) - Method in class fleXplorer.util.DateTaxonomy
Returns a Taxonomy object that have been created according the specified dates.
createDateTaxonomy(String, int, int) - Method in class fleXplorer.util.DateTaxonomy
Creates a new Taxonomy that includes all the dates between the specified years.
createDateTaxonomy(Taxonomy<IntegerType>, int, int) - Method in class fleXplorer.util.DateTaxonomy
Creates the year, month, day relations for a taxonomy between two specific years.
cumputeZoomInPoints() - Method in class fleXplorer.MaterializedFacetedTaxonomies.MFT_MEM
Compute the new zoom-in points according the focus.

A B C D E F G H I L M N O P R S T U V W X Z