Uses of Class
edu.university.ecs.lab.detection.metrics.services.MetricResult
Packages that use MetricResult
Package
Description
This package contains classes that are services for calculating various metrics related to microservices
and service dependency graphs.
-
Uses of MetricResult in edu.university.ecs.lab.detection.metrics.services
Fields in edu.university.ecs.lab.detection.metrics.services declared as MetricResultModifier and TypeFieldDescriptionprivate MetricResult
AbstractMetric.result
Results of the given metricMethods in edu.university.ecs.lab.detection.metrics.services that return MetricResultMethods in edu.university.ecs.lab.detection.metrics.services that return types with arguments of type MetricResultModifier and TypeMethodDescriptionMetricCalculator.assess
(IServiceDescriptor serviceDescriptor) Assess and get results of each metric instanceMethods in edu.university.ecs.lab.detection.metrics.services with parameters of type MetricResultModifier and TypeMethodDescriptionvoid
AbstractMetric.setResult
(MetricResult result) void
IMetric.setResult
(MetricResult result)