Uses of Class
germanet.WordCategory

Uses of WordCategory in germanet
 

Methods in germanet that return WordCategory
 WordCategory LexUnit.getWordCategory()
          Return the WordCategory of this LexUnit.
 WordCategory Synset.getWordCategory()
          Returns the WordCategory that this Synset belongs to.
static WordCategory WordCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WordCategory[] WordCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in germanet with parameters of type WordCategory
 java.util.List<LexUnit> GermaNet.getLexUnits(java.lang.String orthForm, WordCategory wordCategory)
          Returns a List of LexUnits with the specified orthForm and wordCategory.
 java.util.List<LexUnit> GermaNet.getLexUnits(WordCategory wordCategory)
          Returns a List of all LexUnits in the specified wordCategory.
 java.util.List<Synset> GermaNet.getSynsets(java.lang.String orthForm, WordCategory wordCategory)
          Returns a List of Synsets with the specified orthForm and WordCategory.
 java.util.List<Synset> GermaNet.getSynsets(WordCategory wordCategory)
          Returns a List of all Synsets in the specified wordCategory.
 boolean LexUnit.inWordCategory(WordCategory wordCategory)
          Return true if this LexUnit is in wordCategory.
 boolean Synset.inWordCategory(WordCategory wordCategory)
          Return true if this Synset is in wordCategory.
 

Constructors in germanet with parameters of type WordCategory
Synset(int id, WordCategory wordCategory)
          Constructs a Synset with the specified attributes.