Uses of Class
fleXplorer.Taxonomies.CheckRel

Packages that use CheckRel
fleXplorer.Taxonomies   
 

Uses of CheckRel in fleXplorer.Taxonomies
 

Methods in fleXplorer.Taxonomies that return CheckRel
static CheckRel CheckRel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CheckRel[] CheckRel.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 CheckRel
 void Taxonomy.setCheckRel(CheckRel checkRel)
          Sets the value of variable that defines when will be the check for cycles and redundant relationships.
 void ITaxonomy.setCheckRel(CheckRel checkRel)
          Sets the value of variable that defines when will be the check for cycles and redundant relationships.
 

Constructors in fleXplorer.Taxonomies with parameters of type CheckRel
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.