Uses of Class
de.tuebingen.uni.sfs.germanet.api.LexRel

Uses of LexRel in de.tuebingen.uni.sfs.germanet.api
 

Methods in de.tuebingen.uni.sfs.germanet.api 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 de.tuebingen.uni.sfs.germanet.api 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.