Uses of Enum Class
edu.university.ecs.lab.detection.architecture.models.enums.Confidence
Package
Description
Provides classes and enums for representing architectural rules within the microservice system.
-
Uses of Confidence in edu.university.ecs.lab.detection.architecture.models
Modifier and TypeFieldDescriptionprotected static final Confidence
AR22.CONFIDENCE
protected static final Confidence
AR23.CONFIDENCE
protected static final Confidence
AR24.CONFIDENCE
-
Uses of Confidence in edu.university.ecs.lab.detection.architecture.models.enums
Modifier and TypeMethodDescriptionstatic Confidence
Returns the enum constant of this class with the specified name.static Confidence[]
Confidence.values()
Returns an array containing the constants of this enum class, in the order they are declared.