Uses of Class
fleXplorer.Facets.IndexType

Packages that use IndexType
fleXplorer.Facets   
 

Uses of IndexType in fleXplorer.Facets
 

Methods in fleXplorer.Facets that return IndexType
 IndexType IFacet.getIndexType()
          Returns the type of indexes of the Facet.
 IndexType Facet.getIndexType()
          Returns the type of indexes of the Facet.
static IndexType IndexType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndexType[] IndexType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fleXplorer.Facets with parameters of type IndexType
 void IFacet.setIndexType(IndexType type)
          Define the type of indexes of the Facet.
 void Facet.setIndexType(IndexType type)
          Define the type of indexes of the Facet.
 

Constructors in fleXplorer.Facets with parameters of type IndexType
Facet(java.lang.String name, Taxonomy<Type> taxonomy, IndexType type)
          Constructs a Facet with specified name and Taxonomy.