public abstract class AbstractRulePropertyFormula extends java.lang.Object implements ProblemFinderRule
Constructor and Description |
---|
AbstractRulePropertyFormula() |
Modifier and Type | Method and Description |
---|---|
protected abstract ProblemFinderWarning |
check(Engine engine,
FormulaField formula,
java.lang.Object source)
Called to check the given FormulaField.
|
java.util.List<ProblemFinderWarning> |
findErrors(Engine engine)
Runs this rule and checks the given Engine for Problems
|
findErrors, getRuleLabel
public java.util.List<ProblemFinderWarning> findErrors(Engine engine)
findErrors
in interface ProblemFinderRule
engine
- The Engine
to check.null
if the Check is Canceled.protected abstract ProblemFinderWarning check(Engine engine, FormulaField formula, java.lang.Object source)
engine
- is the Engine to checkformula
- the field to checksource
- the source with holds the property formula, the element, section, area, groupField or sortFieldProblemFinderWarning
, or null if no error detected.Copyright © 1999-2020 by i-net software GmbH