Uses of Class
fleXplorer.FacetedTaxonomy.FacetsOrder

Packages that use FacetsOrder
fleXplorer.FacetedTaxonomy   
 

Uses of FacetsOrder in fleXplorer.FacetedTaxonomy
 

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

Constructors in fleXplorer.FacetedTaxonomy with parameters of type FacetsOrder
FT(FacetsOrder isOrdered)
          Constructs a Faceted Taxonomy and defines if the facets will be ordered
Preconditions: Always true.
FT(java.lang.String name, java.util.Collection<Facet<?>> list, FacetsOrder isOrdered)
          Constructs a Faceted Taxonomy with specified name and Facets.
FT(java.lang.String name, FacetsOrder isOrdered)
          Constructs a Faceted Taxonomy with specified name and defines if the list of objects will be ordered.