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

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

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

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

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

Fields in de.tudarmstadt.ukp.jwktl.api.entry declared as GrammaticalPerson
protected  GrammaticalPerson WiktionaryWordForm.grammaticalPerson
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return GrammaticalPerson
 GrammaticalPerson WiktionaryWordForm.getPerson()
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type GrammaticalPerson
 void WiktionaryWordForm.setPerson(GrammaticalPerson grammaticalPerson)
          Assign the given grammatical person to this word form.
 

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

Methods in de.tudarmstadt.ukp.jwktl.api.util that return GrammaticalPerson
static GrammaticalPerson GrammaticalPerson.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GrammaticalPerson[] GrammaticalPerson.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.