Uses of Interface
org.sonar.api.measures.Formula

Packages that use Formula
org.sonar.api.measures   
 

Uses of Formula in org.sonar.api.measures
 

Classes in org.sonar.api.measures that implement Formula
 class AverageComplexityFormula
          Deprecated. since 3.0. Use AverageFormula instead.
 class AverageFormula
          Formula used to compute an average for a given metric A, which is the result of the sum of measures of this metric (A) divided by another metric (B).
 class MeanAggregationFormula
           
 class SumChildDistributionFormula
           
 class SumChildValuesFormula
           
 class WeightedMeanAggregationFormula
           
 

Methods in org.sonar.api.measures that return Formula
 Formula Metric.getFormula()
           
 

Methods in org.sonar.api.measures with parameters of type Formula
 Metric Metric.setFormula(Formula formula)
          Sets the metric formula
 Metric.Builder Metric.Builder.setFormula(Formula f)
          Specifies the formula used by Sonar to automatically aggregate measures stored on files up to the project level.
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.