|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
| Constructors in org.sonar.api.measures with parameters of type Formula | |
|---|---|
Metric(java.lang.String key,
java.lang.String name,
Metric.ValueType type,
java.lang.Integer direction,
java.lang.Boolean qualitative,
java.lang.String domain,
Formula formula)
Creates a fully qualified metric. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||