net.sourceforge.pmd.lang.rule.stat
Class StatisticalRuleHelper

java.lang.Object
  extended by net.sourceforge.pmd.lang.rule.stat.StatisticalRuleHelper

public class StatisticalRuleHelper
extends Object

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
static double DELTA
           
 
Constructor Summary
StatisticalRuleHelper(AbstractRule rule)
           
 
Method Summary
 void addDataPoint(DataPoint point)
           
 void apply(RuleContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELTA

public static final double DELTA
See Also:
Constant Field Values
Constructor Detail

StatisticalRuleHelper

public StatisticalRuleHelper(AbstractRule rule)
Method Detail

addDataPoint

public void addDataPoint(DataPoint point)

apply

public void apply(RuleContext ctx)


Copyright © 2002-2015 InfoEther. All Rights Reserved.