Uses of Class
fleXplorer.Taxonomies.HasLists

Packages that use HasLists
fleXplorer.Taxonomies   
 

Uses of HasLists in fleXplorer.Taxonomies
 

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

Methods in fleXplorer.Taxonomies with parameters of type HasLists
 void Taxonomy.setHasLists(HasLists value)
          Sets the value of variable that defines if the taxonomy is flat or there is a hierarchy.
 void ITaxonomy.setHasLists(HasLists value)
          Sets the value of variable that defines if the taxonomy is flat or there is a hierarchy.
 

Constructors in fleXplorer.Taxonomies with parameters of type HasLists
Taxonomy(java.lang.String name, CheckRel checkRel, Comparison comparability, HasLists hasLists, java.lang.String type)
          Constructs a Taxonomy with the specified name, comparability and check of relationships and defines if the Taxonomy has hierarchy or it is flat.