| java.lang.Object org.hammurapi.inspectors.metrics.CouplingMetric
All known Subclasses: org.hammurapi.inspectors.metrics.CouplingMetricOfPackage, org.hammurapi.inspectors.metrics.CouplingMetricOfClass,
CouplingMetric | public class CouplingMetric (Code) | | author: mucbj0 author: file:///D:/anwend/java/JDepend-2.6/ltcaemodel.xml.html author: Instability author: The ratio of efferent coupling (Ce) to total coupling (Ce / (Ce + Ca)). This metric is an indicator of the package's resilience to change. author: The range for this metric is 0 to 1, with I=0 indicating a completely stable package and I=1 indicating a completely instable package. |
afferentMethodCounter | public int afferentMethodCounter(Code) | | |
afferentMethodCounterProjectInternal | public int afferentMethodCounterProjectInternal(Code) | | |
afferentVariableCounter | public int afferentVariableCounter(Code) | | |
efferentMethodCounter | public int efferentMethodCounter(Code) | | |
efferentMethodCounterProjectInternal | public int efferentMethodCounterProjectInternal(Code) | | |
efferentMethodUnresolvedCounter | public int efferentMethodUnresolvedCounter(Code) | | |
efferentVariableCounter | public int efferentVariableCounter(Code) | | |
instability | public float instability(Code) | | |
reflectiveMethodCounter | public int reflectiveMethodCounter(Code) | | |
reflectiveVariableCounter | public int reflectiveVariableCounter(Code) | | |
CouplingMetric | public CouplingMetric()(Code) | | |
getInstability | public float getInstability()(Code) | | (Ce / (Ce + Ca)) |
|
|