Metric, PostProcessingMetricpublic class EfferentCouplingMetric extends AbstractPackageCouplingMetric implements PostProcessingMetric
REFERENCED_PACKAGES| Constructor | Description |
|---|---|
EfferentCouplingMetric() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
afterAllSourceCodeProcessed() |
|
protected MetricResult |
calculateForPackage(String path,
String packageName,
Collection<MetricResult> childMetricResults) |
|
groovy.lang.MetaClass |
getMetaClass() |
|
protected MetricResult |
getMetricResult(String packageName) |
|
String |
getName() |
|
Object |
getProperty(String property) |
|
Object |
invokeMethod(String method,
Object arguments) |
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
|
void |
setProperty(String property,
Object value) |
applyToClass, applyToPackage, createAggregateMetricResult, createAggregateMetricResult, getEnabled, getFunctions, isEnabled, isNotAnInterface, setEnabled, setFunctionscalculateForClass, getBaseLevel, getIgnorePackageNames, setIgnorePackageNamespublic groovy.lang.MetaClass getMetaClass()
getMetaClass in class AbstractPackageCouplingMetricpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in class AbstractPackageCouplingMetricpublic Object invokeMethod(String method, Object arguments)
invokeMethod in class AbstractPackageCouplingMetricpublic Object getProperty(String property)
getProperty in class AbstractPackageCouplingMetricpublic void setProperty(String property, Object value)
setProperty in class AbstractPackageCouplingMetricprotected MetricResult calculateForPackage(String path, String packageName, Collection<MetricResult> childMetricResults)
calculateForPackage in class AbstractMetricprotected MetricResult getMetricResult(String packageName)
public void afterAllSourceCodeProcessed()
afterAllSourceCodeProcessed in interface PostProcessingMetricCopyright © 2019. All rights reserved.