Uses of Interface
org.gmetrics.metric.MethodMetric
-
Packages that use MethodMetric Package Description org.gmetrics.metric org.gmetrics.metric.abc org.gmetrics.metric.coverage org.gmetrics.metric.crap org.gmetrics.metric.cyclomatic org.gmetrics.metric.linecount -
-
Uses of MethodMetric in org.gmetrics.metric
Classes in org.gmetrics.metric that implement MethodMetric Modifier and Type Class Description class
AbstractMethodMetric
-
Uses of MethodMetric in org.gmetrics.metric.abc
Classes in org.gmetrics.metric.abc that implement MethodMetric Modifier and Type Class Description class
AbcMetric
-
Uses of MethodMetric in org.gmetrics.metric.coverage
Classes in org.gmetrics.metric.coverage that implement MethodMetric Modifier and Type Class Description class
AbstractCoberturaCoverageMetric
class
CoberturaBranchCoverageMetric
class
CoberturaLineCoverageMetric
-
Uses of MethodMetric in org.gmetrics.metric.crap
Classes in org.gmetrics.metric.crap that implement MethodMetric Modifier and Type Class Description class
CrapMetric
Methods in org.gmetrics.metric.crap that return MethodMetric Modifier and Type Method Description MethodMetric
CrapMetric. getComplexityMetric()
MethodMetric
CrapMetric. getCoverageMetric()
Methods in org.gmetrics.metric.crap with parameters of type MethodMetric Modifier and Type Method Description void
CrapMetric. setComplexityMetric(MethodMetric value)
void
CrapMetric. setCoverageMetric(MethodMetric value)
-
Uses of MethodMetric in org.gmetrics.metric.cyclomatic
Classes in org.gmetrics.metric.cyclomatic that implement MethodMetric Modifier and Type Class Description class
CyclomaticComplexityMetric
-
Uses of MethodMetric in org.gmetrics.metric.linecount
Classes in org.gmetrics.metric.linecount that implement MethodMetric Modifier and Type Class Description class
MethodLineCountMetric
-