|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextPrint
Describes a text representation that is based on a DocumentNGramHistogram and a DocumentNGramGraph.
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. |
Method Detail |
---|
DocumentNGramHistogram getDocumentHistogram()
void setDocumentHistogram(DocumentNGramHistogram idnNew)
idnNew
- The n-gram histogram to replace the existing one.DocumentNGramGraph getDocumentGraph()
void setDocumentGraph(DocumentNGramGraph idgNew)
idgNew
- 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 |