Groovy Documentation

org.gmetrics.resultsnode
Class PackageResultsNode

java.lang.Object
  org.gmetrics.resultsnode.PackageResultsNode

class PackageResultsNode

Represents a package node in the hierarchy of metric result nodes

Authors:
Chris Mair
Version:
\$Revision: 128 \$ - \$Date: 2010-07-20 06:25:26 -0400 (Tue, 20 Jul 2010) \$


Property Summary
Map children

MetricLevel level

List metricResults

String path

 
Constructor Summary
PackageResultsNode()

 
Method Summary
void addChild(String name, ResultsNode child)

void addChildIfNotEmpty(String name, ResultsNode child)

void applyMetric(Metric metric)

boolean containsClassResults()

MetricResult getMetricResult(Metric metric)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

children

final Map children


level

final MetricLevel level


metricResults

final List metricResults


path

String path


 
Constructor Detail

PackageResultsNode

PackageResultsNode()


 
Method Detail

addChild

void addChild(String name, ResultsNode child)


addChildIfNotEmpty

void addChildIfNotEmpty(String name, ResultsNode child)


applyMetric

void applyMetric(Metric metric)


containsClassResults

boolean containsClassResults()


getMetricResult

MetricResult getMetricResult(Metric metric)


toString

String toString()


 

Groovy Documentation