Uses of Enum Class
dev.archunitjava.metrics.LcomVariant
Packages that use LcomVariant
-
Uses of LcomVariant in dev.archunitjava.metrics
Subclasses with type arguments of type LcomVariant in dev.archunitjava.metricsModifier and TypeClassDescriptionenumSupported, explicitly distinct lack-of-cohesion formulas.Methods in dev.archunitjava.metrics that return LcomVariantModifier and TypeMethodDescriptionstatic LcomVariantReturns the enum constant of this class with the specified name.static LcomVariant[]LcomVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.CohesionValue.variant()Returns the value of thevariantrecord component.Constructors in dev.archunitjava.metrics with parameters of type LcomVariantModifierConstructorDescriptionCohesionValue(TypeId subject, LcomVariant variant, MetricAvailability availability, Optional<MetricAmount> amount, int methodCount, int fieldCount, String explanation) Creates an instance of aCohesionValuerecord class.