Uses of Interface
edu.university.ecs.lab.detection.metrics.models.IServiceDescriptor
Packages that use IServiceDescriptor
Package
Description
This package contains classes that represent models used for calculating various metrics related to microservices
and service dependency graphs.
This package contains classes that are services for calculating various metrics related to microservices
and service dependency graphs.
-
Uses of IServiceDescriptor in edu.university.ecs.lab.detection.metrics.models
Classes in edu.university.ecs.lab.detection.metrics.models that implement IServiceDescriptorMethods in edu.university.ecs.lab.detection.metrics.models that return IServiceDescriptorModifier and TypeMethodDescription -
Uses of IServiceDescriptor in edu.university.ecs.lab.detection.metrics.services
Fields in edu.university.ecs.lab.detection.metrics.services declared as IServiceDescriptorModifier and TypeFieldDescriptionprivate IServiceDescriptor
AbstractMetric.serviceDescriptor
Description of the serviceMethods in edu.university.ecs.lab.detection.metrics.services that return IServiceDescriptorModifier and TypeMethodDescriptionAbstractMetric.getServiceDescriptor()
IMetric.getServiceDescriptor()
Methods in edu.university.ecs.lab.detection.metrics.services with parameters of type IServiceDescriptorModifier and TypeMethodDescriptionMetricCalculator.assess
(IServiceDescriptor serviceDescriptor) Assess and get results of each metric instancevoid
AbstractMetric.setServiceDescriptor
(IServiceDescriptor serviceDescriptor) void
IMetric.setServiceDescriptor
(IServiceDescriptor serviceDescriptor)