Uses of Class
edu.university.ecs.lab.detection.metrics.models.Operation
Packages that use Operation
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 Operation in edu.university.ecs.lab.detection.metrics.models
Fields in edu.university.ecs.lab.detection.metrics.models with type parameters of type OperationMethods in edu.university.ecs.lab.detection.metrics.models that return types with arguments of type OperationModifier and TypeMethodDescriptionIServiceDescriptor.getServiceOperations()
ServiceDescriptor.getServiceOperations()
Method parameters in edu.university.ecs.lab.detection.metrics.models with type arguments of type OperationModifier and TypeMethodDescriptionvoid
IServiceDescriptor.setServiceOperations
(List<Operation> serviceOperations) void
ServiceDescriptor.setServiceOperations
(List<Operation> serviceOperations) Constructor parameters in edu.university.ecs.lab.detection.metrics.models with type arguments of type Operation -
Uses of Operation in edu.university.ecs.lab.detection.metrics.services
Methods in edu.university.ecs.lab.detection.metrics.services with parameters of type OperationModifier and TypeMethodDescriptionServiceInterfaceDataCohesion.commonParameterTypes
(Operation operation1, Operation operation2) LackOfMessageLevelCohesion.inputDataSimilarity
(Operation firstOperation, Operation secondOperation) Measure the data input similarity of two given operationsLackOfMessageLevelCohesion.outputDataSimilarity
(Operation firstOperation, Operation secondOperation) Measure the data output similarity of two given operations