Uses of Interface
org.gmetrics.result.MetricResult
Packages that use MetricResult
Package
Description
-
Uses of MetricResult in org.gmetrics.metric
Methods in org.gmetrics.metric that return MetricResultModifier and TypeMethodDescriptionAbstractMethodMetric.applyToClosure
(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode) MethodMetric.applyToClosure
(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode) AbstractMethodMetric.applyToMethod
(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode) MethodMetric.applyToMethod
(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode) AbstractMetric.applyToPackage
(String path, String packageName, Collection<MetricResult> childMetricResults) 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 MetricResultModifier and TypeMethodDescriptionAbstractMetric.applyToPackage
(String path, String packageName, Collection<MetricResult> childMetricResults) 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 MetricResultModifier and TypeMethodDescriptionAbcMetric.calculate
(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode) 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 -
Uses of MetricResult in org.gmetrics.metric.classcount
Methods in org.gmetrics.metric.classcount that return MetricResultModifier and TypeMethodDescriptionprotected MetricResult
ClassCountMetric.calculateForPackage
(String path, String packageName, Collection<MetricResult> childMetricResults) Method parameters in org.gmetrics.metric.classcount with type arguments of type MetricResultModifier and TypeMethodDescriptionprotected 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 MetricResultModifier and TypeMethodDescriptionprotected 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) AbstractCouplingReferenceManager.getPackageMetricResult
(String rawPackageName) Method parameters in org.gmetrics.metric.coupling with type arguments of type MetricResultModifier and TypeMethodDescriptionprotected 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 MetricResultModifier and TypeMethodDescriptionAbstractCoberturaCoverageMetric.applyToClosure
(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode) AbstractCoberturaCoverageMetric.applyToMethod
(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode) 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 MetricResultModifier and TypeMethodDescriptionprotected 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 MetricResultModifier and TypeMethodDescriptionCrapMetric.calculate
(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode) 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 MetricResultModifier and TypeMethodDescriptionCyclomaticComplexityMetric.calculate
(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode) 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 MetricResultModifier and TypeMethodDescriptionMethodLineCountMetric.calculate
(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode) MethodLineCountMetric.calculate
(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode) -
Uses of MetricResult in org.gmetrics.result
Classes in org.gmetrics.result that implement MetricResultModifier and TypeClassDescriptionclass
class
class
class
Methods in org.gmetrics.result that return MetricResultModifier and TypeMethodDescriptionMetricResultBuilder.createAggregateMetricResult
(Collection<MetricResult> children, Integer lineNumber) MetricResultBuilder.createAggregateMetricResult
(Collection<MetricResult> children, Integer lineNumber, Map<String, Object> overrideValues) ClassMetricResult.getClassMetricResult()
Methods in org.gmetrics.result that return types with arguments of type MetricResultMethods in org.gmetrics.result with parameters of type MetricResultModifier and TypeMethodDescriptionvoid
ClassMetricResult.setClassMetricResult
(MetricResult value) Method parameters in org.gmetrics.result with type arguments of type MetricResultModifier and TypeMethodDescriptionMetricResultBuilder.createAggregateMetricResult
(Collection<MetricResult> children, Integer lineNumber) 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 MetricResultModifierConstructorDescriptionClassMetricResult
(MetricResult metricResult) ClassMetricResult
(MetricResult metricResult, Map<MethodKey, MetricResult> methodMetricResults) Constructor parameters in org.gmetrics.result with type arguments of type MetricResultModifierConstructorDescriptionClassMetricResult
(MetricResult metricResult, Map<MethodKey, MetricResult> methodMetricResults) -
Uses of MetricResult in org.gmetrics.resultsnode
Methods in org.gmetrics.resultsnode that return MetricResultModifier and TypeMethodDescriptionClassResultsNode.getMetricResult
(Metric metric) MethodResultsNode.getMetricResult
(Metric metric) PackageResultsNode.getMetricResult
(Metric metric) ResultsNode.getMetricResult
(Metric metric) Methods in org.gmetrics.resultsnode that return types with arguments of type MetricResultModifier and TypeMethodDescriptionfinal List
<MetricResult> ClassResultsNode.getMetricResults()
final List
<MetricResult> MethodResultsNode.getMetricResults()
final List
<MetricResult> PackageResultsNode.getMetricResults()
ResultsNode.getMetricResults()
Methods in org.gmetrics.resultsnode with parameters of type MetricResultModifier and TypeMethodDescriptionvoid
MethodResultsNode.addMetricResult
(MetricResult metricResult)