Package com.inet.problemfinder.rules
-
Interface Summary Interface Description ProblemFinderRule This Interface defines aProblemFinderRule
that can be called via theProblemFinder
.
A rule checks the report for a certain problem. -
Class Summary Class Description AbstractRuleElement ThisProblemFinderRule
is for checking ReportElement
sAbstractRuleField Base class for all rules checking certainFields
.
By default checks every type of field, you should overrideAbstractRuleField.getFieldType()
to limit check to certain fields.AbstractRulePropertyFormula Base class for checks looking for errors in property-formulas.
Collects the formulaFields of areas, sections, elements, sort-fields, groups.AbstractRuleReport Base class for rules checking for errors in report execution.AbstractRuleSection Base class for rules checking looking for errors inSection
s.