Uses of Class
net.sourceforge.pmd.stat.DataPoint
-
Packages that use DataPoint Package Description net.sourceforge.pmd.lang.rule.stat net.sourceforge.pmd.stat -
-
Uses of DataPoint in net.sourceforge.pmd.lang.rule.stat
Methods in net.sourceforge.pmd.lang.rule.stat with parameters of type DataPoint Modifier and Type Method Description void
StatisticalRule. addDataPoint(DataPoint point)
Deprecated.void
StatisticalRuleHelper. addDataPoint(DataPoint point)
Deprecated.Object[]
StatisticalRule. getViolationParameters(DataPoint point)
Deprecated. -
Uses of DataPoint in net.sourceforge.pmd.stat
Methods in net.sourceforge.pmd.stat with parameters of type DataPoint Modifier and Type Method Description int
DataPoint. compareTo(DataPoint rhs)
Deprecated.Compares this data point with the given datapoint.
-