Uses of Class
germanet.LexRel

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
 java.util.List<LexUnit> LexUnit.getRelations(LexRel type)
          Return a List of LexUnits that have the relation type to this LexUnit.