de.tudarmstadt.ukp.jwktl.api
Interface IQuotation

All Known Implementing Classes:
Quotation

public interface IQuotation

Represents a quotation.

Author:
Christian M. Meyer, Christof Müller, Lizhen Qu

Method Summary
 List<IWikiString> getLines()
          Returns the text of the quotation as a list of IWikiStrings.
 IWikiString getSource()
          Returns the source of the quotation.
 

Method Detail

getSource

IWikiString getSource()
Returns the source of the quotation.


getLines

List<IWikiString> getLines()
Returns the text of the quotation as a list of IWikiStrings.



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