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 MetricResultAbstractMethodMetric. applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)MetricResultMethodMetric. applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)MetricResultAbstractMethodMetric. applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)MetricResultMethodMetric. applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)MetricResultAbstractMetric. applyToPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)MetricResultMetric. applyToPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)abstract MetricResultAbstractMethodMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)abstract MetricResultAbstractMethodMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)protected MetricResultAbstractMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)protected MetricResultAbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, java.util.Collection<MetricResult> childMetricResults)protected MetricResultAbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, java.util.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 MetricResultAbstractMetric. applyToPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)MetricResultMetric. applyToPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)protected MetricResultAbstractMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)protected MetricResultAbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, java.util.Collection<MetricResult> childMetricResults)protected MetricResultAbstractMetric. createAggregateMetricResult(MetricLevel metricLevel, java.util.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 MetricResultAbcMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)MetricResultAbcMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)protected MetricResultAbcMetric. createAggregateMetricResult(MetricLevel metricLevel, java.util.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 classAbcMetricResultclassAggregateAbcMetricResult -
Uses of MetricResult in org.gmetrics.metric.classcount
Methods in org.gmetrics.metric.classcount that return MetricResult Modifier and Type Method Description protected MetricResultClassCountMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)Method parameters in org.gmetrics.metric.classcount with type arguments of type MetricResult Modifier and Type Method Description protected MetricResultClassCountMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.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 MetricResultAfferentCouplingMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)protected MetricResultEfferentCouplingMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)protected MetricResultAfferentCouplingMetric. getMetricResult(java.lang.String packageName)protected MetricResultEfferentCouplingMetric. getMetricResult(java.lang.String packageName)MetricResultAbstractCouplingReferenceManager. getPackageMetricResult(java.lang.String rawPackageName)Method parameters in org.gmetrics.metric.coupling with type arguments of type MetricResult Modifier and Type Method Description protected MetricResultAfferentCouplingMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)protected MetricResultEfferentCouplingMetric. calculateForPackage(java.lang.String path, java.lang.String packageName, java.util.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 MetricResultAbstractCoberturaCoverageMetric. applyToClosure(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)MetricResultAbstractCoberturaCoverageMetric. applyToMethod(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)MetricResultAbstractCoberturaCoverageMetric. calculate(org.codehaus.groovy.ast.MethodNode methodNode, SourceCode sourceCode)protected MetricResultAbstractCoberturaCoverageMetric. calculateForPackage(java.lang.String packagePath, java.lang.String packageName, java.util.Collection<MetricResult> childMetricResults)Method parameters in org.gmetrics.metric.coverage with type arguments of type MetricResult Modifier and Type Method Description protected MetricResultAbstractCoberturaCoverageMetric. calculateForPackage(java.lang.String packagePath, java.lang.String packageName, java.util.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 MetricResultCrapMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)MetricResultCrapMetric. 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 MetricResultCyclomaticComplexityMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)MetricResultCyclomaticComplexityMetric. 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 MetricResultMethodLineCountMetric. calculate(org.codehaus.groovy.ast.expr.ClosureExpression closureExpression, SourceCode sourceCode)MetricResultMethodLineCountMetric. 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 classMapMetricResultclassMutableMapMetricResultclassNumberMetricResultclassSingleNumberMetricResultMethods in org.gmetrics.result that return MetricResult Modifier and Type Method Description MetricResultMetricResultBuilder. createAggregateMetricResult(java.util.Collection<MetricResult> children, java.lang.Integer lineNumber)MetricResultMetricResultBuilder. createAggregateMetricResult(java.util.Collection<MetricResult> children, java.lang.Integer lineNumber, java.util.Map<java.lang.String,java.lang.Object> overrideValues)MetricResultClassMetricResult. getClassMetricResult()Methods in org.gmetrics.result that return types with arguments of type MetricResult Modifier and Type Method Description java.util.Map<MethodKey,MetricResult>ClassMetricResult. getMethodMetricResults()Methods in org.gmetrics.result with parameters of type MetricResult Modifier and Type Method Description voidClassMetricResult. setClassMetricResult(MetricResult value)Method parameters in org.gmetrics.result with type arguments of type MetricResult Modifier and Type Method Description MetricResultMetricResultBuilder. createAggregateMetricResult(java.util.Collection<MetricResult> children, java.lang.Integer lineNumber)MetricResultMetricResultBuilder. createAggregateMetricResult(java.util.Collection<MetricResult> children, java.lang.Integer lineNumber, java.util.Map<java.lang.String,java.lang.Object> overrideValues)voidClassMetricResult. setMethodMetricResults(java.util.Map<MethodKey,MetricResult> value)Constructors in org.gmetrics.result with parameters of type MetricResult Constructor Description ClassMetricResult(MetricResult metricResult)ClassMetricResult(MetricResult metricResult, java.util.Map<MethodKey,MetricResult> methodMetricResults)Constructor parameters in org.gmetrics.result with type arguments of type MetricResult Constructor Description ClassMetricResult(MetricResult metricResult, java.util.Map<MethodKey,MetricResult> methodMetricResults) -
Uses of MetricResult in org.gmetrics.resultsnode
Methods in org.gmetrics.resultsnode that return MetricResult Modifier and Type Method Description MetricResultClassResultsNode. getMetricResult(Metric metric)MetricResultMethodResultsNode. getMetricResult(Metric metric)MetricResultPackageResultsNode. getMetricResult(Metric metric)MetricResultResultsNode. getMetricResult(Metric metric)Methods in org.gmetrics.resultsnode that return types with arguments of type MetricResult Modifier and Type Method Description java.util.List<MetricResult>ClassResultsNode. getMetricResults()java.util.List<MetricResult>MethodResultsNode. getMetricResults()java.util.List<MetricResult>PackageResultsNode. getMetricResults()java.util.List<MetricResult>ResultsNode. getMetricResults()Methods in org.gmetrics.resultsnode with parameters of type MetricResult Modifier and Type Method Description voidMethodResultsNode. addMetricResult(MetricResult metricResult)
-