Uses of Class
de.tudarmstadt.ukp.jwktl.api.util.GrammaticalMood

Packages that use GrammaticalMood
de.tudarmstadt.ukp.jwktl.api   
de.tudarmstadt.ukp.jwktl.api.entry   
de.tudarmstadt.ukp.jwktl.api.util   
 

Uses of GrammaticalMood in de.tudarmstadt.ukp.jwktl.api
 

Methods in de.tudarmstadt.ukp.jwktl.api that return GrammaticalMood
 GrammaticalMood IWiktionaryWordForm.getMood()
          Returns the GrammaticalMood of this word form or null if no mood is specified or applicable.
 

Uses of GrammaticalMood in de.tudarmstadt.ukp.jwktl.api.entry
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as GrammaticalMood
protected  GrammaticalMood WiktionaryWordForm.grammaticalMood
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return GrammaticalMood
 GrammaticalMood WiktionaryWordForm.getMood()
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type GrammaticalMood
 void WiktionaryWordForm.setMood(GrammaticalMood grammaticalMood)
          Assign the given grammatical mood to this word form.
 

Uses of GrammaticalMood in de.tudarmstadt.ukp.jwktl.api.util
 

Methods in de.tudarmstadt.ukp.jwktl.api.util that return GrammaticalMood
static GrammaticalMood GrammaticalMood.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GrammaticalMood[] GrammaticalMood.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.