Package com.tngtech.archunit.library.metrics

  • Class Summary
    Class Description
    ArchitectureMetrics  
    ComponentDependencyMetrics
    Calculates architecture metrics as defined by Robert C.
    LakosMetrics
    Calculates architecture metrics as defined by John Lakos in his book "Large-Scale C++ Software Design".
    To calculate these metrics every component is assigned a "dependsOn" value that represents the number of other components that this component can reach transitively, including itself.
    MetricsComponent<T>
    Represents a component of the software system.
    MetricsComponents<T>
    A collection of MetricsComponent.
    VisibilityMetrics
    Calculates visibility metrics as defined by Herbert Dowalil in his book "Modulare Softwarearchitektur: Nachhaltiger Entwurf durch Microservices, Modulithen und SOA 2.0".