|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.demokritos.iit.jinsect.documentModel.TextPrintImpl
public class TextPrintImpl
This class implements the ITextPrint interface, with default implementations.
| Constructor Summary | |
|---|---|
TextPrintImpl()
Creates a new instance of TextPrintImpl. |
|
| Method Summary | |
|---|---|
DocumentNGramGraph |
getDocumentGraph()
Should return the graph corresponding to the text representation. |
DocumentNGramHistogram |
getDocumentHistogram()
Should return the histogram corresponding to the text representation. |
void |
setDocumentGraph(DocumentNGramGraph idgNew)
Should set the histogram corresponding to the text representation. |
void |
setDocumentHistogram(DocumentNGramHistogram idnNew)
Should set the histogram corresponding to the text representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextPrintImpl()
| Method Detail |
|---|
public DocumentNGramHistogram getDocumentHistogram()
ITextPrint
getDocumentHistogram in interface ITextPrintpublic void setDocumentHistogram(DocumentNGramHistogram idnNew)
ITextPrint
setDocumentHistogram in interface ITextPrintidnNew - The n-gram histogram to replace the existing one.public DocumentNGramGraph getDocumentGraph()
ITextPrint
getDocumentGraph in interface ITextPrintpublic void setDocumentGraph(DocumentNGramGraph idgNew)
ITextPrint
setDocumentGraph in interface ITextPrintidgNew - The n-gram graph to replace the existing one.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||