Uses of Interface
de.tudarmstadt.ukp.jwktl.api.IQuotation

Packages that use IQuotation
de.tudarmstadt.ukp.jwktl.api   
de.tudarmstadt.ukp.jwktl.api.entry   
 

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

Methods in de.tudarmstadt.ukp.jwktl.api that return types with arguments of type IQuotation
 List<IQuotation> IWiktionaryEntry.getQuotations()
          Returns a list containing all quotations of the entry's senses (including the unassigned sense).
 List<IQuotation> IWiktionarySense.getQuotations()
          Returns a list of quotations or null if no quotations are encoded.
 

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

Classes in de.tudarmstadt.ukp.jwktl.api.entry that implement IQuotation
 class Quotation
          A quotation consists of a quotation source and a list of real quotations.
 

Fields in de.tudarmstadt.ukp.jwktl.api.entry with type parameters of type IQuotation
protected  List<IQuotation> WiktionarySense.quotations
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry that return types with arguments of type IQuotation
 List<IQuotation> WiktionarySense.getQuotations()
           
 List<IQuotation> WiktionaryEntry.getQuotations()
           
 

Methods in de.tudarmstadt.ukp.jwktl.api.entry with parameters of type IQuotation
 void WiktionarySense.addQuotation(IQuotation quotation)
          Add the given quotation to this sense.
 



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