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

I

IFacet<Type extends FacetsType> - Interface in fleXplorer.Facets
 
IFT - Interface in fleXplorer.FacetedTaxonomy
 
includes(Type) - Method in class fleXplorer.Types.Interval
Checks if an Interval includes a value.
includesLowerLimit() - Method in class fleXplorer.Types.Interval
Checks if lower limit of Interval is closed or open.
includesUpperLimit() - Method in class fleXplorer.Types.Interval
Checks if upper limit is closed or open.
incrSeqNumber(int) - Method in interface fleXplorer.Terminologies.ITerminology
Increases the sequence number of giving ids to the new Terms of Terminology.
incrSeqNumber(int) - Method in class fleXplorer.Terminologies.Terminology
Increases the sequence number of giving ids to the new Terms of Terminology.
indexDates(Taxonomy<IntegerType>, HashMap<Integer, Long>) - Method in class fleXplorer.util.DateTaxonomy
Indexes each document's id from the HashMap to the appropriate term of the taxonomy according the date.
IndexType - Enum in fleXplorer.Facets
 
IntegerType - Class in fleXplorer.Types
A Generic Type that describes the terms which have as value an Integer.
IntegerType(int) - Constructor for class fleXplorer.Types.IntegerType
Constructs an integer value.
IntegerTypeComparator - Class in fleXplorer.Comparators
 
IntegerTypeComparator() - Constructor for class fleXplorer.Comparators.IntegerTypeComparator
 
intersect(Interval<Type>) - Method in class fleXplorer.Types.Interval
Returns the intersect of two Intervals.
intersects(Interval<Type>) - Method in class fleXplorer.Types.Interval
Checks if two Intervals intersected.
Interval<Type extends java.lang.Comparable<Type>> - Class in fleXplorer.Types
 
Interval(Type, boolean, Type, boolean) - Constructor for class fleXplorer.Types.Interval
Constructs an Interval with specified limits and defines if those limits are closed or open.
IntervalType<Type extends java.lang.Comparable<Type>> - Class in fleXplorer.Types
 
IntervalType(Interval<Type>) - Constructor for class fleXplorer.Types.IntervalType
Construct a new Interval value.
isAbove(Type) - Method in class fleXplorer.Types.Interval
Checks if value is greater than the upper limit of Interval.
isBelow(Type) - Method in class fleXplorer.Types.Interval
Checks if value is less than the lower limit of Interval.
isBitSet(int, int) - Static method in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
isBroader(int, int) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if a term is broader that an other (subsumption checking).
isChild(Term<FacetsType>, Term<FacetsType>) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Checks if the second argument is a child of the first one.
isChild(Term<FacetsType>, Term<FacetsType>) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if the second argument is a child of the first one.
isClosed() - Method in class fleXplorer.Types.Interval
Checks if lower and upper limit of Interval are closed.
isComparable() - Method in interface fleXplorer.Terminologies.ITerminology
Returns true if the Terms of Terminology are comparable.
isComparable() - Method in class fleXplorer.Terminologies.Terminology
Returns true if the Terms of Terminology are comparable.
isComparable() - Method in interface fleXplorer.Terms.ITerm
Returns true if Term is Comparable.
isComparable() - Method in class fleXplorer.Terms.Term
Returns true if Term is Comparable.
isCountersEnabled() - Method in class fleXplorer.MaterializedFacetedTaxonomies.MFT
Returns true if the counter information is enabled.
isCycle(Term<FacetsType>, Term<FacetsType>) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Checks if this relationship parent - child causes a cycle to Taxonomy's graph.
isCycle(Term<FacetsType>, Term<FacetsType>) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if this relationship parent - child causes a cycle to Taxonomy's graph.
isDirectChild(Term<FacetsType>, Term<FacetsType>) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Checks if the second argument is direct child of the first one.
isDirectChild(Term<FacetsType>, Term<FacetsType>) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if the second argument is direct child of the first one.
isDirectParent(Term<FacetsType>, Term<FacetsType>) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Checks if the second argument is direct parent of the first one.
isDirectParent(Term<FacetsType>, Term<FacetsType>) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if the second argument is direct parent of the first one.
isEmpty() - Method in interface fleXplorer.Terminologies.ITerminology
Checks if Terminology is empty.
isEmpty() - Method in class fleXplorer.Terminologies.Terminology
Checks if Terminology is empty.
isEmpty() - Method in class fleXplorer.Types.Interval
Checks if Interval is empty.
isIndexesListEmpty() - Method in interface fleXplorer.Terms.ITerm
Returns true if the list of indexes of the Term is empty.
isIndexesListEmpty() - Method in class fleXplorer.Terms.Term
Returns true if the list of indexes of the Term is empty.
isK0 - Variable in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
isK1 - Variable in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
isKlinear - Variable in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
isKmonoton - Variable in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
isKsd - Variable in class fleXplorer.BooleanParser.BooleanExpressionsParser
 
isNarrower(int, int) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if a term is broader that an other (subsumption checking).
isNarrowerThan(CompoundTerm) - Method in class fleXplorer.Terms.CompoundTerm
Checks if compound term is narrower than an other (subsumption checking).
isOpen() - Method in class fleXplorer.Types.Interval
Checks if lower and upper limit of Interval are open.
isOpened() - Method in interface fleXplorer.Terms.ITerm
Returns true if the term belongs to a hierarchical facet and it must be opened in UI; false otherwise.
isOpened() - Method in class fleXplorer.Terms.Term
Returns true if the term belongs to a hierarchical facet and it must be opened in UI; false otherwise.
isOrdered() - Method in class fleXplorer.FacetedTaxonomy.FT
Checks if the Facets of Faceted Taxonomy are in order.
isOrdered() - Method in interface fleXplorer.FacetedTaxonomy.IFT
Checks if the Facets of Faceted Taxonomy are in order.
isParent(Term<FacetsType>, Term<FacetsType>) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Checks if the second term is a parent of the first one.
isParent(Term<FacetsType>, Term<FacetsType>) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if the second term is a parent of the first one.
isRR(Term<FacetsType>, Term<FacetsType>) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Checks if this relationship parent - child is redundant.
isRR(Term<FacetsType>, Term<FacetsType>) - Method in class fleXplorer.Taxonomies.Taxonomy
Checks if this relationship parent - child is redundant.
isSingleElement() - Method in class fleXplorer.Types.Interval
Checks if Interval has only a single element.
isSingleton() - Method in class fleXplorer.Terms.CompoundTerm
Returns true if compound term is singleton; false otherwise.
isValid() - Method in interface fleXplorer.Taxonomies.ITaxonomy
Search for cycles in Taxonomy.
isValid() - Method in class fleXplorer.Taxonomies.Taxonomy
Search for cycles in Taxonomy.
isZP(int, HashSet<Integer>) - Method in interface fleXplorer.Taxonomies.ITaxonomy
Returns true if the term with the specified id is a legal term according the list of documents(objects) that have to be presented(indexes).
isZP(int, HashSet<Integer>) - Method in class fleXplorer.Taxonomies.Taxonomy
Returns true if the term with the specified id is a legal term according the list of documents(objects) that have to be presented(indexes).
isZP(HashSet<Integer>) - Method in interface fleXplorer.Terms.ITerm
Returns true if this term is a zoom-in point.
isZP(HashSet<Integer>) - Method in class fleXplorer.Terms.Term
Returns true if this term is a zoom-in point.
ITaxonomy<Type extends FacetsType> - Interface in fleXplorer.Taxonomies
 
ITerm<Type extends FacetsType> - Interface in fleXplorer.Terms
 
ITerminology<Type extends FacetsType> - Interface in fleXplorer.Terminologies
 

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