Uses of Interface
org.gmetrics.result.MetricResult
-
-
Uses of MetricResult in org.gmetrics.metric
Methods in org.gmetrics.metric that return MetricResult Modifier and Type Method Description MetricResult
AbstractMethodMetric. applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
MetricResult
MethodMetric. applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
MetricResult
AbstractMethodMetric. applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
MetricResult
MethodMetric. applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
MetricResult
AbstractMetric. applyToPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
MetricResult
Metric. applyToPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
abstract MetricResult
AbstractMethodMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
abstract MetricResult
AbstractMethodMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
protected MetricResult
AbstractMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
protected MetricResult
AbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, Collection<MetricResult> childMetricResults)
protected MetricResult
AbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, Collection<MetricResult> childMetricResults, org.codehaus.groovy.ast.ASTNode node)
Method parameters in org.gmetrics.metric with type arguments of type MetricResult Modifier and Type Method Description MetricResult
AbstractMetric. applyToPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
MetricResult
Metric. applyToPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
protected MetricResult
AbstractMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
protected MetricResult
AbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, Collection<MetricResult> childMetricResults)
protected MetricResult
AbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, Collection<MetricResult> childMetricResults, org.codehaus.groovy.ast.ASTNode node)
-
Uses of MetricResult in org.gmetrics.metric.abc
Methods in org.gmetrics.metric.abc that return MetricResult Modifier and Type Method Description MetricResult
AbcMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
MetricResult
AbcMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
protected MetricResult
AbcMetric. createAggregateMetricResult(MetricLevel metricLevel, Collection childMetricResults, org.codehaus.groovy.ast.ASTNode node)
-
Uses of MetricResult in org.gmetrics.metric.abc.result
Classes in org.gmetrics.metric.abc.result that implement MetricResult Modifier and Type Class Description class
AbcMetricResult
class
AggregateAbcMetricResult
-
Uses of MetricResult in org.gmetrics.metric.classcount
Methods in org.gmetrics.metric.classcount that return MetricResult Modifier and Type Method Description protected MetricResult
ClassCountMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
Method parameters in org.gmetrics.metric.classcount with type arguments of type MetricResult Modifier and Type Method Description protected MetricResult
ClassCountMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
-
Uses of MetricResult in org.gmetrics.metric.coupling
Methods in org.gmetrics.metric.coupling that return MetricResult Modifier and Type Method Description protected MetricResult
AfferentCouplingMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
protected MetricResult
EfferentCouplingMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
protected MetricResult
AfferentCouplingMetric. getMetricResult(String packageName)
protected MetricResult
EfferentCouplingMetric. getMetricResult(String packageName)
MetricResult
AbstractCouplingReferenceManager. getPackageMetricResult(String rawPackageName)
Method parameters in org.gmetrics.metric.coupling with type arguments of type MetricResult Modifier and Type Method Description protected MetricResult
AfferentCouplingMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
protected MetricResult
EfferentCouplingMetric. calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
-
Uses of MetricResult in org.gmetrics.metric.coverage
Methods in org.gmetrics.metric.coverage that return MetricResult Modifier and Type Method Description MetricResult
AbstractCoberturaCoverageMetric. applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
MetricResult
AbstractCoberturaCoverageMetric. applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
MetricResult
AbstractCoberturaCoverageMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
protected MetricResult
AbstractCoberturaCoverageMetric. calculateForPackage(String packagePath, String packageName, Collection<MetricResult> childMetricResults)
Method parameters in org.gmetrics.metric.coverage with type arguments of type MetricResult Modifier and Type Method Description protected MetricResult
AbstractCoberturaCoverageMetric. calculateForPackage(String packagePath, String packageName, Collection<MetricResult> childMetricResults)
-
Uses of MetricResult in org.gmetrics.metric.crap
Methods in org.gmetrics.metric.crap that return MetricResult Modifier and Type Method Description MetricResult
CrapMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
MetricResult
CrapMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
-
Uses of MetricResult in org.gmetrics.metric.cyclomatic
Methods in org.gmetrics.metric.cyclomatic that return MetricResult Modifier and Type Method Description MetricResult
CyclomaticComplexityMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
MetricResult
CyclomaticComplexityMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
-
Uses of MetricResult in org.gmetrics.metric.linecount
Methods in org.gmetrics.metric.linecount that return MetricResult Modifier and Type Method Description MetricResult
MethodLineCountMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)
MetricResult
MethodLineCountMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)
-
Uses of MetricResult in org.gmetrics.result
Classes in org.gmetrics.result that implement MetricResult Modifier and Type Class Description class
MapMetricResult
class
MutableMapMetricResult
class
NumberMetricResult
class
SingleNumberMetricResult
Methods in org.gmetrics.result that return MetricResult Modifier and Type Method Description MetricResult
MetricResultBuilder. createAggregateMetricResult(Collection<MetricResult> children, Integer lineNumber)
MetricResult
MetricResultBuilder. createAggregateMetricResult(Collection<MetricResult> children, Integer lineNumber, Map<String,Object> overrideValues)
MetricResult
ClassMetricResult. getClassMetricResult()
Methods in org.gmetrics.result that return types with arguments of type MetricResult Modifier and Type Method Description Map<MethodKey,MetricResult>
ClassMetricResult. getMethodMetricResults()
Methods in org.gmetrics.result with parameters of type MetricResult Modifier and Type Method Description void
ClassMetricResult. setClassMetricResult(MetricResult value)
Method parameters in org.gmetrics.result with type arguments of type MetricResult Modifier and Type Method Description MetricResult
MetricResultBuilder. createAggregateMetricResult(Collection<MetricResult> children, Integer lineNumber)
MetricResult
MetricResultBuilder. createAggregateMetricResult(Collection<MetricResult> children, Integer lineNumber, Map<String,Object> overrideValues)
void
ClassMetricResult. setMethodMetricResults(Map<MethodKey,MetricResult> value)
Constructors in org.gmetrics.result with parameters of type MetricResult Constructor Description ClassMetricResult(MetricResult metricResult)
ClassMetricResult(MetricResult metricResult, Map<MethodKey,MetricResult> methodMetricResults)
Constructor parameters in org.gmetrics.result with type arguments of type MetricResult Constructor Description ClassMetricResult(MetricResult metricResult, Map<MethodKey,MetricResult> methodMetricResults)
-
Uses of MetricResult in org.gmetrics.resultsnode
Methods in org.gmetrics.resultsnode that return MetricResult Modifier and Type Method Description MetricResult
ClassResultsNode. getMetricResult(Metric metric)
MetricResult
MethodResultsNode. getMetricResult(Metric metric)
MetricResult
PackageResultsNode. getMetricResult(Metric metric)
MetricResult
ResultsNode. getMetricResult(Metric metric)
Methods in org.gmetrics.resultsnode that return types with arguments of type MetricResult Modifier and Type Method Description List<MetricResult>
ClassResultsNode. getMetricResults()
List<MetricResult>
MethodResultsNode. getMetricResults()
List<MetricResult>
PackageResultsNode. getMetricResults()
List<MetricResult>
ResultsNode. getMetricResults()
Methods in org.gmetrics.resultsnode with parameters of type MetricResult Modifier and Type Method Description void
MethodResultsNode. addMetricResult(MetricResult metricResult)
-