public interface ResultsNode
Modifier and Type | Method and Description |
---|---|
boolean |
containsClassResults() |
Map<String,ResultsNode> |
getChildren() |
MetricLevel |
getLevel() |
MetricResult |
getMetricResult(Metric metric) |
List<MetricResult> |
getMetricResults() |
String |
getName() |
String getName()
MetricLevel getLevel()
boolean containsClassResults()
List<MetricResult> getMetricResults()
Map<String,ResultsNode> getChildren()
MetricResult getMetricResult(Metric metric)
Copyright © 2022. All rights reserved.