|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Synset.Relation | |
|---|---|
| gov.llnl.ontology.wordnet | |
| Uses of Synset.Relation in gov.llnl.ontology.wordnet |
|---|
| Methods in gov.llnl.ontology.wordnet that return Synset.Relation | |
|---|---|
static Synset.Relation |
Synset.Relation.fromId(String label)
Returns the Synset.Relation corresponding to one of the symbols used
in the WordNet dictionary files. |
Synset.Relation |
Synset.Relation.reflexive()
Returns the reflexive Synset.Relation. |
static Synset.Relation |
Synset.Relation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Synset.Relation[] |
Synset.Relation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in gov.llnl.ontology.wordnet with parameters of type Synset.Relation | |
|---|---|
boolean |
Synset.addRelation(Synset.Relation relation,
Synset related)
Returns true if a new relation is added between this and
related by relation. |
boolean |
BaseSynset.addRelation(Synset.Relation relation,
Synset synset)
Returns true if a new relation is added between this and
related by relation. |
Set<Synset> |
Synset.getRelations(Synset.Relation relation)
Returns the set of Synsets that are connected to this Synset through the specified Synset.Relation. |
Set<Synset> |
BaseSynset.getRelations(Synset.Relation relation)
Returns the set of Synsets that are connected to this Synset through the specified Synset.Relation. |
boolean |
Synset.removeRelation(Synset.Relation relation,
Synset related)
Returns true if a relation between this and related by the link relation was removed. |
boolean |
BaseSynset.removeRelation(Synset.Relation relation,
Synset synset)
Returns true if a relation between this and related by the link relation was removed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||