|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConRel in de.tuebingen.uni.sfs.germanet.api |
---|
Methods in de.tuebingen.uni.sfs.germanet.api that return ConRel | |
---|---|
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. |
Methods in de.tuebingen.uni.sfs.germanet.api with parameters of type ConRel | |
---|---|
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 . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |