org.cogroo.tools.checker
Class TypedCheckerComposite

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

public class TypedCheckerComposite
extends GenericCheckerComposite<Sentence>
implements TypedChecker


Constructor Summary
TypedCheckerComposite(List<TypedChecker> 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

TypedCheckerComposite

public TypedCheckerComposite(List<TypedChecker> 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.