|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric | |
|---|---|
| org.sonar.squid.api | |
| org.sonar.squid.indexer | |
| org.sonar.squid.math | |
| org.sonar.squid.measures | |
| org.sonar.squid.text | |
| Uses of Metric in org.sonar.squid.api |
|---|
| Methods in org.sonar.squid.api with parameters of type Metric | |
|---|---|
void |
SourceCode.add(Metric metric,
double value)
|
void |
SourceCode.add(Metric metric,
SourceCode child)
|
void |
SourceCode.addData(Metric metric,
Object data)
|
Object |
SourceCode.getData(Metric metric)
|
double |
SourceCode.getDouble(Metric metric)
|
int |
SourceCode.getInt(Metric metric)
|
void |
SourceCode.removeMeasure(Metric metric)
|
void |
SourceCode.setMeasure(Metric metric,
double measure)
|
void |
SourceCode.setMeasure(Metric metric,
int measure)
|
| Uses of Metric in org.sonar.squid.indexer |
|---|
| Constructors in org.sonar.squid.indexer with parameters of type Metric | |
|---|---|
QueryByMeasure(Metric metric,
QueryByMeasure.Operator operator,
double value)
|
|
| Uses of Metric in org.sonar.squid.math |
|---|
| Methods in org.sonar.squid.math with parameters of type Metric | |
|---|---|
Map<Integer,Integer> |
MeasuresDistribution.distributeAccordingTo(Metric metric,
int... thresholds)
|
| Uses of Metric in org.sonar.squid.measures |
|---|
| Methods in org.sonar.squid.measures that return Metric | |
|---|---|
static Metric |
Metric.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Metric[] |
Metric.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.sonar.squid.measures with parameters of type Metric | |
|---|---|
double |
SumAggregationFormula.aggregate(Metric metric,
Collection<Measurable> measurables)
|
double |
NoAggregationFormula.aggregate(Metric metric,
Collection<Measurable> measurables)
|
double |
MeanAggregationFormula.aggregate(Metric metric,
Collection<Measurable> measurables)
|
double |
AggregationFormula.aggregate(Metric metric,
Collection<Measurable> measurables)
|
Object |
Measures.getData(Metric metric)
|
double |
Measurable.getDouble(Metric metric)
|
int |
Measurable.getInt(Metric metric)
|
double |
Measures.getValue(Metric metric)
|
void |
Measures.removeMeasure(Metric metric)
|
void |
Measures.setData(Metric metric,
Object data)
|
void |
Measurable.setMeasure(Metric metric,
double measure)
|
void |
Measurable.setMeasure(Metric metric,
int measure)
|
void |
Measures.setValue(Metric metric,
double measure)
|
| Uses of Metric in org.sonar.squid.text |
|---|
| Methods in org.sonar.squid.text with parameters of type Metric | |
|---|---|
int |
Source.getMeasure(Metric metric)
|
int |
Source.getMeasure(Metric metric,
int fromLine,
int toLine)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||