public class TypedCheckerComposite extends GenericCheckerComposite<Sentence> implements TypedChecker
| Constructor and Description |
|---|
TypedCheckerComposite(List<TypedChecker> aChildCheckers,
boolean aAllowOverlaps) |
| Modifier and Type | Method and Description |
|---|---|
List<Mistake> |
check(Sentence sentence)
Check the sentence for errors.
|
getIdPrefix, getPriority, getRulesDefinition, ignore, resetIgnoredequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdPrefix, getPriority, getRulesDefinition, ignore, resetIgnoredpublic TypedCheckerComposite(List<TypedChecker> aChildCheckers, boolean aAllowOverlaps)
public List<Mistake> check(Sentence sentence)
GenericCheckercheck in interface GenericChecker<Sentence>sentence - the sentenceCopyright © 2012–2017 CoGrOO. All rights reserved.