Modifier and Type | Method and Description |
---|---|
static ConRel |
ConRel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConRel[] |
ConRel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Synset.addRelation(ConRel type,
Synset target)
Add a relation of the specified type to target
Synset . |
java.util.List<Synset> |
Synset.getRelatedSynsets(ConRel type)
Returns a
List of this Synset 's relations of
type type . |
java.util.List<java.util.List<Synset>> |
Synset.getTransRelatedSynsets(ConRel type)
Returns the transitive closure of all relations of type
type
to this Synset . |