org.sonar.squid.math
Class MeasuresDistribution

java.lang.Object
  extended by org.sonar.squid.math.MeasuresDistribution

public class MeasuresDistribution
extends Object


Constructor Summary
MeasuresDistribution(Collection<SourceCode> units)
           
 
Method Summary
 Map<Integer,Integer> distributeAccordingTo(Metric metric, int... thresholds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasuresDistribution

public MeasuresDistribution(Collection<SourceCode> units)
Method Detail

distributeAccordingTo

public Map<Integer,Integer> distributeAccordingTo(Metric metric,
                                                  int... thresholds)


Copyright © 2009 SonarSource SA. All Rights Reserved.