tml.vectorspace.operations.results
Class LexiconAnalysisResult

java.lang.Object
  extended by tml.vectorspace.operations.results.AbstractResult
      extended by tml.vectorspace.operations.results.LexiconAnalysisResult

public class LexiconAnalysisResult
extends AbstractResult

The result of a LexiconAnalysis operation.

Author:
Jorge Villalon

Constructor Summary
LexiconAnalysisResult()
           
 
Method Summary
 java.lang.String getDocument()
           
 int getNewTerms()
           
 int getTerms()
           
 void setDocument(java.lang.String document)
           
 void setNewTerms(int newTerms)
           
 void setTerms(int terms)
           
 java.lang.String toString()
           
 
Methods inherited from class tml.vectorspace.operations.results.AbstractResult
getHeaders, getValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LexiconAnalysisResult

public LexiconAnalysisResult()
Method Detail

getDocument

public java.lang.String getDocument()
Returns:
the document

setDocument

public void setDocument(java.lang.String document)
Parameters:
document - the document to set

getTerms

public int getTerms()
Returns:
the terms

setTerms

public void setTerms(int terms)
Parameters:
terms - the terms to set

getNewTerms

public int getNewTerms()
Returns:
the newTerms

setNewTerms

public void setNewTerms(int newTerms)
Parameters:
newTerms - the newTerms to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object