org.cogroo.tools.checker
Class CheckerComposite

java.lang.Object
  extended by org.cogroo.tools.checker.GenericCheckerComposite<Sentence>
      extended by org.cogroo.tools.checker.CheckerComposite
All Implemented Interfaces:
Checker, GenericChecker<Sentence>

public class CheckerComposite
extends GenericCheckerComposite<Sentence>
implements Checker


Constructor Summary
CheckerComposite(List<Checker> aChildCheckers, boolean aAllowOverlaps)
           
 
Method Summary
 List<Mistake> check(Sentence sentence)
          Check the sentence for errors.
 
Methods inherited from class org.cogroo.tools.checker.GenericCheckerComposite
getIdPrefix, getPriority, getRulesDefinition, ignore, resetIgnored
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cogroo.tools.checker.GenericChecker
getIdPrefix, getPriority, getRulesDefinition, ignore, resetIgnored
 

Constructor Detail

CheckerComposite

public CheckerComposite(List<Checker> aChildCheckers,
                        boolean aAllowOverlaps)
Method Detail

check

public List<Mistake> check(Sentence sentence)
Description copied from interface: GenericChecker
Check the sentence for errors.

Specified by:
check in interface GenericChecker<Sentence>
Parameters:
sentence - the sentence
Returns:
errors


Copyright © 2012-2013 CoGrOO. All Rights Reserved.