Uses of Record Class
dev.archunitjava.metrics.MetricSample
Packages that use MetricSample
-
Uses of MetricSample in dev.archunitjava.metrics
Classes in dev.archunitjava.metrics that implement interfaces with type arguments of type MetricSampleModifier and TypeClassDescriptionfinal recordOne deterministic metric observation for one typed architecture subject.Methods in dev.archunitjava.metrics that return types with arguments of type MetricSampleModifier and TypeMethodDescriptionCohesionValue.sample()CohesionMetricReport.samples()Returns the value of thesamplesrecord component.ComponentDependencyMetrics.samples()CumulativeDependencyMetrics.samples(ProjectionDomain domain) DependencyMetricReport.samples()Returns the value of thesamplesrecord component.SourceMetricReport.samples()Returns the value of thesamplesrecord component.Methods in dev.archunitjava.metrics with parameters of type MetricSampleModifier and TypeMethodDescriptionintMetricSample.compareTo(MetricSample other) booleanMetricThreshold.violatedBy(MetricSample sample) Method parameters in dev.archunitjava.metrics with type arguments of type MetricSampleModifier and TypeMethodDescriptionstatic ArchitectureRuleMetricThresholdRules.enforce(Collection<MetricSample> samples, MetricThreshold threshold) Constructor parameters in dev.archunitjava.metrics with type arguments of type MetricSampleModifierConstructorDescriptionSourceMetricReport(SourceCounts aggregate, List<MetricSample> samples, List<TypeId> missingSourceTypes, List<TypeId> excludedGeneratedTypes) Creates an instance of aSourceMetricReportrecord class.