Uses of Class
germanet.WordClass

Uses of WordClass in germanet
 

Methods in germanet that return WordClass
 WordClass Synset.getWordClass()
          Returns the WordClass 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
 boolean Synset.inWordClass(WordClass wordClass)
          Return true if this Synset is in wordClass.
protected  void Synset.setWordClass(WordClass wordClass)
          Sets the word class of this Synset.