|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comparison | |
---|---|
fleXplorer.Taxonomies | |
fleXplorer.Terminologies | |
fleXplorer.Terms |
Uses of Comparison in fleXplorer.Taxonomies |
---|
Constructors in fleXplorer.Taxonomies with parameters of type Comparison | |
---|---|
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. |
Uses of Comparison in fleXplorer.Terminologies |
---|
Methods in fleXplorer.Terminologies that return Comparison | |
---|---|
Comparison |
Terminology.getComparability()
Returns if the Terms that included into Terminology are comparable. |
Comparison |
ITerminology.getComparability()
Returns if the Terms that included into Terminology are comparable. |
Methods in fleXplorer.Terminologies with parameters of type Comparison | |
---|---|
void |
Terminology.setComparability(Comparison comparability)
Sets the value of variable that defines if the Terms of Terminology are comparable. |
void |
ITerminology.setComparability(Comparison comparability)
Sets the value of variable that defines if the Terms of Terminology are comparable. |
Constructors in fleXplorer.Terminologies with parameters of type Comparison | |
---|---|
Terminology(java.lang.String name,
Comparison comparability)
Constructs a Terminology with the specified name and comparability of terminology's terms. |
Uses of Comparison in fleXplorer.Terms |
---|
Methods in fleXplorer.Terms that return Comparison | |
---|---|
Comparison |
Term.getComparability()
Returns the comparability of Term. |
Comparison |
ITerm.getComparability()
Returns the comparability of Term. |
static Comparison |
Comparison.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Comparison[] |
Comparison.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in fleXplorer.Terms with parameters of type Comparison | |
---|---|
void |
Term.setComparability(Comparison comparability)
Sets Term's comparability. |
void |
ITerm.setComparability(Comparison comparability)
Sets Term's comparability. |
Constructors in fleXplorer.Terms with parameters of type Comparison | |
---|---|
Term(Type value,
Comparison comparability)
Constructs a Term with specified value and comparability. |
|
Term(Type value,
int id,
Comparison comparability)
Constructs a Term with specific value, id and comparability. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |