Package org.somox.metrics.ratio


package org.somox.metrics.ratio
  • Classes
    Class
    Description
    Abstractness metric The ratio of the number of internal abstract types (i.e abstract classes and interfaces) to the number of internal types.
    AdherenceToInterfaceCommunication metric This metric evaluates to amount of communication between two components going over interfaces.
    Coupling metric Efferent coupling (Ce): The number of types inside this assembly that depends on types outside this assembly.
    DMS metric, calculated by using Abstractness and Instability The perpendicular normalized distance of an assembly from the idealized line A + I = 1 (called main sequence).
    Instability metric The ratio of efferent coupling (Ce) to total coupling.