org.forester.pccx
Class ExternalNodeBasedCoverage

java.lang.Object
  extended by org.forester.pccx.ExternalNodeBasedCoverage
All Implemented Interfaces:
Coverage

public class ExternalNodeBasedCoverage
extends Object
implements Coverage


Constructor Summary
ExternalNodeBasedCoverage(DescriptiveStatistics stats, double average_raw_score, CoverageCalculationOptions options)
           
 
Method Summary
 String asString()
           
 double getAvarageNormalizedScore()
           
 double getAvarageRawScore()
           
 double getMax()
           
 double getMin()
           
 int getN()
           
 double getScore()
           
 double getSD()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalNodeBasedCoverage

public ExternalNodeBasedCoverage(DescriptiveStatistics stats,
                                 double average_raw_score,
                                 CoverageCalculationOptions options)
Method Detail

asString

public String asString()
Specified by:
asString in interface Coverage

getAvarageNormalizedScore

public double getAvarageNormalizedScore()

getAvarageRawScore

public double getAvarageRawScore()

getMax

public double getMax()

getMin

public double getMin()

getN

public int getN()

getScore

public double getScore()
Specified by:
getScore in interface Coverage

getSD

public double getSD()