|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.resultsnode.PackageResultsNode
class PackageResultsNode
Represents a package node in the hierarchy of metric result nodes
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 |
---|
final Map children
final MetricLevel level
final List metricResults
String path
Constructor Detail |
---|
PackageResultsNode()
Method Detail |
---|
void addChild(String name, ResultsNode child)
void addChildIfNotEmpty(String name, ResultsNode child)
void applyMetric(Metric metric)
boolean containsClassResults()
MetricResult getMetricResult(Metric metric)
String toString()
Groovy Documentation