Uses of Interface
org.gmetrics.metric.Metric
Packages that use Metric
Package
Description
-
Uses of Metric in org.gmetrics.metric
Subinterfaces of Metric in org.gmetrics.metricClasses in org.gmetrics.metric that implement Metric -
Uses of Metric in org.gmetrics.metric.abc
Classes in org.gmetrics.metric.abc that implement Metric -
Uses of Metric in org.gmetrics.metric.abc.result
Methods in org.gmetrics.metric.abc.result that return MetricModifier and TypeMethodDescriptionfinal Metric
AbcMetricResult.getMetric()
final Metric
AggregateAbcMetricResult.getMetric()
Constructors in org.gmetrics.metric.abc.result with parameters of type MetricModifierConstructorDescriptionAbcMetricResult
(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 -
Uses of Metric in org.gmetrics.metric.coupling
Classes in org.gmetrics.metric.coupling that implement MetricModifier and TypeClassDescriptionclass
class
class
Methods in org.gmetrics.metric.coupling that return MetricConstructors in org.gmetrics.metric.coupling with parameters of type MetricModifierConstructorDescription -
Uses of Metric in org.gmetrics.metric.coverage
Classes in org.gmetrics.metric.coverage that implement MetricModifier and TypeClassDescriptionclass
class
class
-
Uses of Metric in org.gmetrics.metric.crap
Classes in org.gmetrics.metric.crap that implement Metric -
Uses of Metric in org.gmetrics.metric.cyclomatic
Classes in org.gmetrics.metric.cyclomatic that implement Metric -
Uses of Metric in org.gmetrics.metric.fieldcount
Classes in org.gmetrics.metric.fieldcount that implement Metric -
Uses of Metric in org.gmetrics.metric.linecount
Classes in org.gmetrics.metric.linecount that implement Metric -
Uses of Metric in org.gmetrics.metric.methodcount
Classes in org.gmetrics.metric.methodcount that implement Metric -
Uses of Metric in org.gmetrics.metricregistry
Methods in org.gmetrics.metricregistry that return types with arguments of type MetricModifier and TypeMethodDescriptionDefaultMetricRegistry.getMetricClass
(String metricName) MetricRegistry.getMetricClass
(String metricName) -
Uses of Metric in org.gmetrics.metricset
Methods in org.gmetrics.metricset that return MetricModifier and TypeMethodDescriptionTopLevelDelegate.methodMissing
(String name, Object args) TopLevelDelegate.propertyMissing
(String name) Methods in org.gmetrics.metricset with parameters of type Metric -
Uses of Metric in org.gmetrics.report
Fields in org.gmetrics.report with type parameters of type MetricMethods in org.gmetrics.report with parameters of type MetricModifier and TypeMethodDescriptionprotected 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 MetricModifier and TypeMethodDescriptionfinal Metric
MapMetricResult.getMetric()
MetricResult.getMetric()
MetricResultBuilder.getMetric()
final Metric
MutableMapMetricResult.getMetric()
final Metric
NumberMetricResult.getMetric()
final Metric
SingleNumberMetricResult.getMetric()
Methods in org.gmetrics.result with parameters of type MetricConstructors in org.gmetrics.result with parameters of type MetricModifierConstructorDescriptionMapMetricResult
(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 MetricModifier and TypeMethodDescriptionvoid
PackageResultsNode.applyMetric
(Metric metric) ClassResultsNode.getMetricResult
(Metric metric) MethodResultsNode.getMetricResult
(Metric metric) PackageResultsNode.getMetricResult
(Metric metric) ResultsNode.getMetricResult
(Metric metric)