public class EfferentCouplingMetric extends AbstractPackageCouplingMetric implements PostProcessingMetric, groovy.lang.GroovyObject
REFERENCED_PACKAGES| Constructor and Description |
|---|
EfferentCouplingMetric() |
| Modifier and Type | Method and 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) |
calculateForClass, getBaseLevel, getIgnorePackageNames, setIgnorePackageNamesapplyToClass, applyToPackage, createAggregateMetricResult, createAggregateMetricResult, getEnabled, getFunctions, isEnabled, isNotAnInterface, setEnabled, setFunctionspublic groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractPackageCouplingMetricpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractPackageCouplingMetricpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractPackageCouplingMetricpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractPackageCouplingMetricpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty 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 © 2015. All rights reserved.