Uses of Class
edu.university.ecs.lab.detection.metrics.models.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
Modifier and TypeMethodDescriptionIServiceDescriptor.getServiceOperations()
ServiceDescriptor.getServiceOperations()
Modifier and TypeMethodDescriptionvoid
IServiceDescriptor.setServiceOperations
(List<Operation> serviceOperations) void
ServiceDescriptor.setServiceOperations
(List<Operation> serviceOperations) -
Uses of Operation in edu.university.ecs.lab.detection.metrics.services
Modifier 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