Uses of Class
de.tuebingen.uni.sfs.germanet.api.WiktionaryParaphrase

Uses of WiktionaryParaphrase in de.tuebingen.uni.sfs.germanet.api
 

Methods in de.tuebingen.uni.sfs.germanet.api that return types with arguments of type WiktionaryParaphrase
 java.util.List<WiktionaryParaphrase> GermaNet.getWiktionaryParaphrases()
          Returns a List of all WiktionaryParaphrases.
 java.util.List<WiktionaryParaphrase> LexUnit.getWiktionaryParaphrases()
          Return a List of WiktionaryParaphrases for this LexUnit.
 

Methods in de.tuebingen.uni.sfs.germanet.api with parameters of type WiktionaryParaphrase
protected  void GermaNet.addWiktionaryParaphrase(WiktionaryParaphrase wiki)
          Adds WiktionaryParaphrases to this GermaNet object when WiktionaryLoader is called
 void LexUnit.addWiktionaryParaphrase(WiktionaryParaphrase paraphrase)
          Add a WiktionaryParaphrase to this LexUnit.