class EfferentCouplingMetric extends AbstractPackageCouplingMetric
Metric for counting the number of other packages that the classes in the package depend upon.
| Fields inherited from class | Fields |
|---|---|
class AbstractPackageCouplingMetric |
REFERENCED_PACKAGES |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterAllSourceCodeProcessed() |
|
protected MetricResult |
calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults) |
|
protected MetricResult |
getMetricResult(String packageName) |
| Methods inherited from class | Name |
|---|---|
class AbstractPackageCouplingMetric |
calculateForClass |
class AbstractMetric |
applyToClass, applyToPackage, calculateForClass, calculateForPackage, createAggregateMetricResult, isNotAnInterface |