groovy.lang.GroovyObjectpublic class EfferentCouplingReferenceManager extends AbstractCouplingReferenceManager implements groovy.lang.GroovyObject
| Modifier and Type | Field | Description |
|---|---|---|
protected static String |
REFERENCED_PACKAGES |
metricResultMap, referencesFromPackage, ROOT| Constructor | Description |
|---|---|
EfferentCouplingReferenceManager(Metric metric) |
| Modifier and Type | Method | Description |
|---|---|---|
protected MutableMapMetricResult |
createEmptyMetricResult() |
|
groovy.lang.MetaClass |
getMetaClass() |
|
Object |
getProperty(String property) |
|
Object |
invokeMethod(String method,
Object arguments) |
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
|
void |
setProperty(String property,
Object value) |
|
void |
updateStatisticsForAllPackages() |
addReferencesFromPackage, getMetric, getPackageMetricResult, getReferencesFromPackage, isSourcePackageOrAncestor, normalizePackageName, parentPackageName, sortPackagesWithReferencesWithParentFirst, updateStatisticsForAncestorPackageprotected static final String REFERENCED_PACKAGES
public EfferentCouplingReferenceManager(Metric metric)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class AbstractCouplingReferenceManagerpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class AbstractCouplingReferenceManagerpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class AbstractCouplingReferenceManagerpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class AbstractCouplingReferenceManagerpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class AbstractCouplingReferenceManagerpublic void updateStatisticsForAllPackages()
protected MutableMapMetricResult createEmptyMetricResult()
createEmptyMetricResult in class AbstractCouplingReferenceManagerCopyright © 2019. All rights reserved.