Class StatisticalRuleHelper
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.stat.StatisticalRuleHelper
-
@Deprecated public class StatisticalRuleHelper extends Object
Deprecated.seeStatisticalRule
This class is used to implement the core logic of a StatisticalRule. Concrete Rule implementations should delegate to an instance of this class.- Author:
- David Dixon-Peugh Aug 8, 2002 StatisticalRule.java
-
-
Field Summary
Fields Modifier and Type Field Description static double
DELTA
Deprecated.
-
Constructor Summary
Constructors Constructor Description StatisticalRuleHelper(AbstractRule rule)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addDataPoint(DataPoint point)
Deprecated.void
apply(RuleContext ctx)
Deprecated.
-
-
-
Field Detail
-
DELTA
public static final double DELTA
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StatisticalRuleHelper
public StatisticalRuleHelper(AbstractRule rule)
Deprecated.
-
-
Method Detail
-
addDataPoint
public void addDataPoint(DataPoint point)
Deprecated.
-
apply
public void apply(RuleContext ctx)
Deprecated.
-
-