Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |