de.danielnaber.languagetool.rules.sk
Class CompoundRule

Object
  extended by Rule
      extended by AbstractCompoundRule
          extended by CompoundRule

public final class CompoundRule
extends AbstractCompoundRule

Checks that compounds (if in the list) are not written as separate words.

Author:
Zdenko Podobný based on code by Marcin Miłkowski, Daniel Naber

Constructor Summary
CompoundRule(ResourceBundle messages)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 
Methods inherited from class AbstractCompoundRule
loadCompoundFile, match, reset, setMsg, setShort
 
Methods inherited from class Rule
addRuleMatch, clearMatches, getCategory, getCorrectExamples, getIncorrectExamples, getMatches, getMatchesIndex, isDefaultOff, isInMatches, isInRemoved, isParagraphBackTrack, setAsDeleted, setCategory, setCorrectExamples, setDefaultOff, setIncorrectExamples, setParagraphBackTrack, supportsLanguage
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundRule

public CompoundRule(ResourceBundle messages)
             throws IOException
Throws:
IOException
Method Detail

getId

public final String getId()
Specified by:
getId in class AbstractCompoundRule

getDescription

public final String getDescription()
Specified by:
getDescription in class AbstractCompoundRule


Copyright © 2005-2009 Daniel Naber