Uses of Class
germanet.WordClass

Uses of WordClass in germanet
 

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

Methods in germanet with parameters of type WordClass
 java.util.List<LexUnit> GermaNet.getLexUnits(WordClass wordClass)
          Return a List of all LexUnits in the specified wordClass.
 java.util.List<Synset> GermaNet.getSynsets(WordClass wordClass)
          Return a List of all Synsets in the specified wordClass.
 boolean LexUnit.inWordClass(WordClass wordClass)
          Return true if this LexUnit is in wordClass.