org.languagetool.dev.index
Class MatchingSentence

java.lang.Object
  extended by org.languagetool.dev.index.MatchingSentence

public class MatchingSentence
extends Object

A sentence with rule matches.


Method Summary
 AnalyzedSentence getAnalyzedSentence()
           
 List<RuleMatch> getRuleMatches()
           
 String getSentence()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSentence

public String getSentence()

getAnalyzedSentence

public AnalyzedSentence getAnalyzedSentence()

getRuleMatches

public List<RuleMatch> getRuleMatches()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.