tml.vectorspace.operations.results
Class GrammarCheckerResult

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

public class GrammarCheckerResult
extends AbstractResult

This class represents the result of a GrammarChecker operation.

Author:
Stephen O'Rourke

Constructor Summary
GrammarCheckerResult()
           
 
Method Summary
 java.util.List<de.danielnaber.languagetool.rules.RuleMatch> getGrammarErrors()
           
 java.lang.String getTextDocumentId()
           
 void setGrammarErrors(java.util.List<de.danielnaber.languagetool.rules.RuleMatch> grammarErrors)
           
 void setTextDocumentId(java.lang.String textDocumentId)
           
 
Methods inherited from class tml.vectorspace.operations.results.AbstractResult
getHeaders, getValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrammarCheckerResult

public GrammarCheckerResult()
Method Detail

getGrammarErrors

public java.util.List<de.danielnaber.languagetool.rules.RuleMatch> getGrammarErrors()

getTextDocumentId

public java.lang.String getTextDocumentId()

setGrammarErrors

public void setGrammarErrors(java.util.List<de.danielnaber.languagetool.rules.RuleMatch> grammarErrors)

setTextDocumentId

public void setTextDocumentId(java.lang.String textDocumentId)