Uses of Interface
org.gmetrics.metric.Metric
-
-
Uses of Metric in org.gmetrics.metric
Subinterfaces of Metric in org.gmetrics.metric Modifier and Type Interface Description interface
MethodMetric
Classes in org.gmetrics.metric that implement Metric Modifier and Type Class Description class
AbstractMethodMetric
class
AbstractMetric
-
Uses of Metric in org.gmetrics.metric.abc
Classes in org.gmetrics.metric.abc that implement Metric Modifier and Type Class Description class
AbcMetric
-
Uses of Metric in org.gmetrics.metric.abc.result
Methods in org.gmetrics.metric.abc.result that return Metric Modifier and Type Method Description Metric
AbcMetricResult. getMetric()
Metric
AggregateAbcMetricResult. getMetric()
Constructors in org.gmetrics.metric.abc.result with parameters of type Metric Constructor Description AbcMetricResult(Metric metric, MetricLevel metricLevel, AbcVector abcVector)
AbcMetricResult(Metric metric, MetricLevel metricLevel, AbcVector abcVector, Integer lineNumber)
AggregateAbcMetricResult(Metric metric, MetricLevel metricLevel, Collection children)
AggregateAbcMetricResult(Metric metric, MetricLevel metricLevel, Collection children, Integer lineNumber)
-
Uses of Metric in org.gmetrics.metric.classcount
Classes in org.gmetrics.metric.classcount that implement Metric Modifier and Type Class Description class
ClassCountMetric
-
Uses of Metric in org.gmetrics.metric.coupling
Classes in org.gmetrics.metric.coupling that implement Metric Modifier and Type Class Description class
AbstractPackageCouplingMetric
class
AfferentCouplingMetric
class
EfferentCouplingMetric
Methods in org.gmetrics.metric.coupling that return Metric Modifier and Type Method Description Metric
AbstractCouplingReferenceManager. getMetric()
Constructors in org.gmetrics.metric.coupling with parameters of type Metric Constructor Description AbstractCouplingReferenceManager(Metric metric)
AfferentCouplingReferenceManager(Metric metric)
EfferentCouplingReferenceManager(Metric metric)
-
Uses of Metric in org.gmetrics.metric.coverage
Classes in org.gmetrics.metric.coverage that implement Metric Modifier and Type Class Description class
AbstractCoberturaCoverageMetric
class
CoberturaBranchCoverageMetric
class
CoberturaLineCoverageMetric
-
Uses of Metric in org.gmetrics.metric.crap
Classes in org.gmetrics.metric.crap that implement Metric Modifier and Type Class Description class
CrapMetric
-
Uses of Metric in org.gmetrics.metric.cyclomatic
Classes in org.gmetrics.metric.cyclomatic that implement Metric Modifier and Type Class Description class
CyclomaticComplexityMetric
-
Uses of Metric in org.gmetrics.metric.fieldcount
Classes in org.gmetrics.metric.fieldcount that implement Metric Modifier and Type Class Description class
FieldCountMetric
-
Uses of Metric in org.gmetrics.metric.linecount
Classes in org.gmetrics.metric.linecount that implement Metric Modifier and Type Class Description class
ClassLineCountMetric
class
MethodLineCountMetric
-
Uses of Metric in org.gmetrics.metric.methodcount
Classes in org.gmetrics.metric.methodcount that implement Metric Modifier and Type Class Description class
MethodCountMetric
-
Uses of Metric in org.gmetrics.metricregistry
Methods in org.gmetrics.metricregistry that return types with arguments of type Metric Modifier and Type Method Description Class<Metric>
DefaultMetricRegistry. getMetricClass(String metricName)
Class<Metric>
MetricRegistry. getMetricClass(String metricName)
-
Uses of Metric in org.gmetrics.metricset
Methods in org.gmetrics.metricset that return Metric Modifier and Type Method Description Metric
TopLevelDelegate. methodMissing(String name, Object args)
Metric
TopLevelDelegate. metric(Class metricClass)
Metric
TopLevelDelegate. metric(Class metricClass, groovy.lang.Closure closure)
Metric
TopLevelDelegate. metric(Class metricClass, Map properties)
Metric
TopLevelDelegate. propertyMissing(String name)
Methods in org.gmetrics.metricset with parameters of type Metric Modifier and Type Method Description void
CompositeMetricSet. addMetric(Metric metric)
-
Uses of Metric in org.gmetrics.report
Fields in org.gmetrics.report with type parameters of type Metric Modifier and Type Field Description protected Map<Metric,Formatter>
AbstractReportWriter. formatters
Methods in org.gmetrics.report with parameters of type Metric Modifier and Type Method Description protected String
XmlReportWriter. getDescriptionForMetric(Metric metric)
boolean
FunctionsCriteriaFilter. includesFunction(Metric metric, String functionName)
boolean
LevelsCriteriaFilter. includesLevel(Metric metric, MetricLevel level)
boolean
MetricsCriteriaFilter. includesMetric(Metric metric)
protected static boolean
MetricCriteriaFilterHelper. includesName(Map criteriaMap, Metric metric, String name)
-
Uses of Metric in org.gmetrics.result
Methods in org.gmetrics.result that return Metric Modifier and Type Method Description Metric
MapMetricResult. getMetric()
Metric
MetricResult. getMetric()
Metric
MetricResultBuilder. getMetric()
Metric
MutableMapMetricResult. getMetric()
Metric
NumberMetricResult. getMetric()
Metric
SingleNumberMetricResult. getMetric()
Methods in org.gmetrics.result with parameters of type Metric Modifier and Type Method Description void
MetricResultBuilder. setMetric(Metric value)
Constructors in org.gmetrics.result with parameters of type Metric Constructor Description MapMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> map)
MapMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> map, int count)
MutableMapMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> map)
NumberMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> values)
NumberMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> values, Integer lineNumber)
NumberMetricResult(Metric metric, MetricLevel metricLevel, Map<String,Object> values, Integer lineNumber, int count)
SingleNumberMetricResult(Metric metric, MetricLevel metricLevel, Object number)
SingleNumberMetricResult(Metric metric, MetricLevel metricLevel, Object number, Integer lineNumber)
-
Uses of Metric in org.gmetrics.resultsnode
Methods in org.gmetrics.resultsnode with parameters of type Metric Modifier and Type Method Description void
PackageResultsNode. applyMetric(Metric metric)
MetricResult
ClassResultsNode. getMetricResult(Metric metric)
MetricResult
MethodResultsNode. getMetricResult(Metric metric)
MetricResult
PackageResultsNode. getMetricResult(Metric metric)
MetricResult
ResultsNode. getMetricResult(Metric metric)
-