|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LexRel in germanet |
---|
Methods in germanet that return LexRel | |
---|---|
static LexRel |
LexRel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LexRel[] |
LexRel.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in germanet with parameters of type LexRel | |
---|---|
protected void |
LexUnit.addRelation(LexRel type,
LexUnit target)
Adds a relation of the specified type to the target LexUnit . |
java.util.List<LexUnit> |
LexUnit.getRelatedLexUnits(LexRel type)
Returns a List of LexUnits that have the
relation type to this LexUnit . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |