Class Abstractness

All Implemented Interfaces:
IMetric

public class Abstractness extends AbstractRatioMetric
Abstractness metric The ratio of the number of internal abstract types (i.e abstract classes and interfaces) to the number of internal types. The range for this metric is 0 to 1, with A=0 indicating a completely concrete assembly and A=1 indicating a completely abstract assembly. see http://www.ndepend.com/Metrics.aspx#Abstractness