| |
|
| java.lang.Object org.hammurapi.inspectors.metrics.CouplingMetric org.hammurapi.inspectors.metrics.CouplingMetricOfClass
CouplingMetricOfClass | public class CouplingMetricOfClass extends CouplingMetric (Code) | | author: mucbj0 author: JDepend author: Afferent Couplings (Ca) author: The number of other packages that depend upon classes within the package author: is an indicator of the package's responsibility. author: Efferent Couplings (Ce) author: The number of other packages that the classes in the package depend upon author: is an indicator of the package's independence. |
listAfferentTypes | public Set listAfferentTypes(Code) | | |
listEfferentTypes | public Set listEfferentTypes(Code) | | |
srcMrk | public SourceMarker srcMrk(Code) | | |
CouplingMetricOfClass | public CouplingMetricOfClass(TypeDefinition c)(Code) | | |
CouplingMetricOfClass | public CouplingMetricOfClass(TypeBody c)(Code) | | |
CouplingMetricOfClass | public CouplingMetricOfClass(TypeSpecification c) throws JselException(Code) | | |
|
|
|