|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
gov.llnl.ontology.wordnet |
Uses of Attribute in gov.llnl.ontology.wordnet |
---|
Classes in gov.llnl.ontology.wordnet that implement Attribute | |
---|---|
class |
DoubleVectorAttribute<T extends DoubleVector>
An Attribute that stores a DoubleVector |
Methods in gov.llnl.ontology.wordnet that return Attribute | |
---|---|
Attribute |
Synset.getAttribute(String attributeName)
Returns the Attribute associated with the label attributeName applied to this Synset , or null if there
is no associated attribute. |
Attribute |
BaseSynset.getAttribute(String attributeName)
Returns the Attribute associated with the label attributeName applied to this Synset , or null if there
is no associated attribute. |
Methods in gov.llnl.ontology.wordnet with parameters of type Attribute | |
---|---|
void |
Attribute.merge(Attribute<T> other)
Merges this Attribute with another Attribute . |
void |
DoubleVectorAttribute.merge(Attribute<T> other)
Merges this Attribute with another Attribute . |
void |
Synset.setAttribute(String attributeName,
Attribute attribute)
Sets attribute as an object that described this Synset
with more detail. |
void |
BaseSynset.setAttribute(String attributeName,
Attribute attribute)
Sets attribute as an object that described this Synset
with more detail. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |