Class MetricThresholdViolation

java.lang.Object
io.github.usekylis.archmetrics.internal.MetricThresholdViolation

public final class MetricThresholdViolation extends Object
  • Method Details

    • getComponentName

      public String getComponentName()
    • getMetric

      public ArchitectureMetric getMetric()
    • getLimit

      public MetricThresholdSpec.Limit getLimit()
    • getThresholdValue

      public double getThresholdValue()
    • getActualValue

      public double getActualValue()
    • isGlobalRule

      public boolean isGlobalRule()