|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.resultsnode.MethodResultsNode
class MethodResultsNode
Represents a method result node in the hierarchy of metric result nodes
Property Summary | |
---|---|
MetricLevel |
level
|
List |
metricResults
|
Constructor Summary | |
MethodResultsNode()
|
Method Summary | |
---|---|
void
|
addMetricResult(MetricResult metricResult)
|
boolean
|
containsClassResults()
|
Map
|
getChildren()
|
MetricResult
|
getMetricResult(Metric metric)
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final MetricLevel level
final List metricResults
Constructor Detail |
---|
MethodResultsNode()
Method Detail |
---|
void addMetricResult(MetricResult metricResult)
boolean containsClassResults()
Map getChildren()
MetricResult getMetricResult(Metric metric)
String toString()
Groovy Documentation