org.sonar.squid.measures
Interface MetricDef

All Known Implementing Classes:
Metric

public interface MetricDef


Method Summary
 boolean aggregateIfThereIsAlreadyAValue()
           
 CalculatedMetricFormula getCalculatedMetricFormula()
           
 String getName()
           
 boolean isCalculatedMetric()
           
 boolean isThereAggregationFormula()
           
 

Method Detail

getName

String getName()

isCalculatedMetric

boolean isCalculatedMetric()

aggregateIfThereIsAlreadyAValue

boolean aggregateIfThereIsAlreadyAValue()

isThereAggregationFormula

boolean isThereAggregationFormula()

getCalculatedMetricFormula

CalculatedMetricFormula getCalculatedMetricFormula()


Copyright © 2009-2012 SonarSource. All Rights Reserved.