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
           
 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.
 

Constructors in org.sonar.api.measures with parameters of type Formula
Metric(String key, String name, Metric.ValueType type, Integer direction, Boolean qualitative, String domain, Formula formula)
          Deprecated. since 2.7 use the Metric.Builder factory.
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.